From be888878554682e0aee708c99a88e11f3bfa9273 Mon Sep 17 00:00:00 2001 From: Irakli Nadareishvili Date: Sat, 4 Mar 2017 19:38:02 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee6cf2a..9a13beb 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ To learn more: [https://justgo.rocks](https://justgo.rocks) ## INSTALLATION -Easiest way to create a new project skeleton is to install JustGo CLI tool. +Easiest way to create a new project skeleton is to install JustGo CLI tool. There's no necessity to install Go on your machine, since the setup provides fully functioning Go environment in a Docker container. -If you already have Go on your machine: +If you already have Go on your machine, you can install the CLI tool with: ``` > go get github.com/inadarei/justgo/cmd/justgo ``` -or using Homebrew: +or you can install it using Homebrew, even if you don't have Go: ``` > brew tap inadarei/casks