1 files changed, 2 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +2 -0
@@ 62,6 62,8 @@ Installation
1. install the `wic` cryptographic helper (*):
```
$ go get git.sr.ht/~eau/wic/cmd/wic
+ $ # or depending on your go version.
+ $ GO111MODULE=on go get git.sr.ht/~eau/wic/cmd/wic@latest
```
2. generate your long term keys:
```