Skip to content

Commit

Permalink
tidy up go install command formatting and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Jul 14, 2024
1 parent ce6edea commit de70d36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ testing.

## Installation

The simplest way of installing this plugin is by running the follow go command.
The simplest way of installing this plugin is by running the following:

`go install github.com/foxboron/ssh-tpm-agent/cmd/...@latest`
```bash
go install github.com/foxboron/ssh-tpm-agent/cmd/...@latest
```

Alternatively download the [pre-built binaries](https://github.com/Foxboron/ssh-tpm-agent/releases).

Expand Down

0 comments on commit de70d36

Please sign in to comment.