Skip to content

Commit

Permalink
Merge pull request #551 from rexposadas/install-docs-improvements
Browse files Browse the repository at this point in the history
Slight improvement in installation docs
  • Loading branch information
lthibault committed Feb 13, 2024
2 parents c10ca24 + efce2da commit 0d218d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Then, run the following command to install the compiler plugin for the
Go language:

```bash
$ go install capnproto.org/go/capnp/v3/capnpc-go@latest # install go compiler plugin
go install capnproto.org/go/capnp/v3/capnpc-go@latest
```

This will install a `capnpc-go` executable under `$(go env GOPATH)/bin`,
Expand All @@ -16,7 +16,7 @@ You will also need a checkout of of the `go-capnp` repository, for the
included schema:

```
$ git clone https://github.com/capnproto/go-capnp
git clone https://github.com/capnproto/go-capnp
```

If you get stuck at any point, please [ask us for help](https://matrix.to/#/#go-capnp:matrix.org)!
Expand Down

0 comments on commit 0d218d2

Please sign in to comment.