-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,18 @@ QuickGo is a simple and easy to use golang command line tool for creating projec | |
|
||
# Installation | ||
|
||
quickgo can be installed using the following command: | ||
quickgo can be installed using `go install` with the following command: | ||
|
||
```bash | ||
go install github.com/Nigel2392/quickgo/[email protected] | ||
``` | ||
|
||
Optionally we provide a binary for Linux, MacOS and Windows. | ||
|
||
These can be found in the [releases](https://github.com/Nigel2392/quickgo/releases) section. | ||
|
||
After downloading the binary, you should add it to your PATH. | ||
|
||
# Usage | ||
|
||
## List all the projects you've saved | ||
|