Skip to content
Snippets Groups Projects
Commit 2790bb26 authored by ale's avatar ale
Browse files

Update installation instructions for Go utilities

Use modern 'go install' syntax (the old one will be deprecated
as of Go 1.18).
parent 1df8d146
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,8 @@ on the local machine using [Go](https://golang.org):
```shell
sudo apt-get install golang
go get -u git.autistici.org/ale/x509ca
go get -u git.autistici.org/ale/ed25519gen
go install git.autistici.org/ale/x509ca@latest
go install git.autistici.org/ale/ed25519gen@latest
export PATH=$PATH:$HOME/go/bin
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment