Skip to content

Commit 18756c5

Browse files
committed
go: Fix md linter issues
1 parent 78955d8 commit 18756c5

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/development-setup/prerequisites.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ Core:
5353

5454
Otherwise:
5555
- install the Go version provided by your distribution,
56-
- [ensure `$GOPATH/bin` is in your `PATH`](https://tip.golang.org/doc/code.html#GOPATH),
57-
- [install the desired version of Go](https://golang.org/doc/install#extra_versions), e.g. 1.26.3, with:
56+
- ensure `$GOPATH/bin` is in your
57+
[`PATH`](https://tip.golang.org/doc/code.html#GOPATH),
58+
- install the desired
59+
[version of Go](https://golang.org/doc/install#extra_versions),
60+
e.g. 1.26.3, with:
5861

5962
```
6063
go install golang.org/dl/go1.26.3@latest
@@ -252,8 +255,9 @@ where the code has been checked out.
252255
## Using the Development Docker Image
253256
254257
If for some reason you don't want or can't install the specified prerequisites
255-
on the host system, you can use our development Docker image. This requires that
256-
you have a [recent version of Docker installed](https://docs.docker.com/install/).
258+
on the host system, you can use our development Docker image. This requires
259+
that you have a
260+
[recent version of Docker installed](https://docs.docker.com/install/).
257261
258262
Oasis development environment with all the dependencies preinstalled is
259263
available in the `ghcr.io/oasisprotocol/oasis-core-dev:master` image.

0 commit comments

Comments
 (0)