Skip to content

Commit 07408d2

Browse files
authored
Merge pull request #183 from Lorygold/doc_improvements
docs: document asciidoctor and Go version requirements and ignore install artifacts
2 parents fc442c7 + 7a223cc commit 07408d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,17 @@ then uploads the newly created OCI image to the container registry, making it av
191191
On Fedora, CentOS and related distributions:
192192

193193
```console
194-
sudo yum install -y go make
194+
sudo yum install -y make asciidoctor
195195
```
196196

197197
On Debian, Ubuntu, and related distributions:
198198

199199
```console
200-
sudo apt-get install -y golang make
200+
sudo apt-get install -y make asciidoctor
201201
```
202202

203+
Linux distributions often provide an old version of the golang compiler. We recommend to install Go from the [official tarballs](https://go.dev/doc/install).
204+
203205
3. Build.
204206

205207
```console

0 commit comments

Comments
 (0)