Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inadarei authored Mar 5, 2017
1 parent 0177e85 commit be88887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be88887

Please sign in to comment.