Skip to content

Commit

Permalink
docs(readme): improve installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Feb 21, 2025
1 parent 06b4844 commit bab1834
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@ It has been ported from POSIX shell to Tcl to Go and from [GPG](https://gnupg.or
## Installation

You will need Go 1.22 or later to install pago.
Once Go is installed on your system, run the following command:
Once Go is installed on your system, run the following commands:

```
```shell
# pago and pago-agent are separate binaries.
# You should install both unless you have specific reasons not to.
go install dbohdan.com/pago/cmd/pago@latest
go install dbohdan.com/pago/cmd/pago-agent@latest
```

Shell completion files for Bash and fish are available in [`completions/`](completions/).
To install completions for fish, run `install.fish`.
To install completions for fish, clone the repository and run `install.fish`.

## Supported platforms

Expand Down

0 comments on commit bab1834

Please sign in to comment.