Skip to content

Commit

Permalink
update the build instructions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Apr 12, 2023
1 parent da5360e commit bbf524f
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 @@ -19,13 +19,13 @@ Choose a binary from the [releases](https://github.com/reugn/wifiqr/releases).

Download and [install Go](https://golang.org/doc/install).

Get the package:
Install the application:

```sh
go get github.com/reugn/wifiqr
go install github.com/reugn/wifiqr/cmd/wifiqr@latest
```

Read this [guide](https://golang.org/doc/tutorial/compile-install) on how to compile and install the application.
See the [go install](https://go.dev/ref/mod#go-install) instructions for more information about the command.

## Usage

Expand Down

0 comments on commit bbf524f

Please sign in to comment.