From 955a3b0b6543c9d7ac2b4731834f576870262194 Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Thu, 29 Feb 2024 07:16:18 -0500 Subject: [PATCH] fix: grammar and links (#1342) Made grammar corrections, and added links to the prerequisite installations. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436e3f4a..43816c84 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Everything about [Frappe](https://github.com/frappe/frappe) and [ERPNext](https: # Getting Started -To get started, you need Docker, docker-compose and git setup on your machine. For Docker basics and best practices. Refer Docker [documentation](http://docs.docker.com). +To get started you need [Docker](https://docs.docker.com/get-docker/), [docker-compose](https://docs.docker.com/compose/), and [git](https://docs.github.com/en/get-started/getting-started-with-git/set-up-git) setup on your machine. For Docker basics and best practices refer to Docker's [documentation](http://docs.docker.com). After that, clone this repo: ```sh