Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed May 7, 2024
1 parent b5109ac commit 587960e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 587960e

Please sign in to comment.