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 Aug 16, 2024
1 parent e34a003 commit 95245a5
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 @@ -35,9 +35,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 95245a5

Please sign in to comment.