Update 'README.md'

This commit is contained in:
Russtopia 2022-07-02 12:51:18 -07:00
parent 42ad33065b
commit f24d4d8fdb
1 changed files with 3 additions and 3 deletions

View File

@ -108,11 +108,11 @@ As of this time (Oct 2018) Kyber is one of the candidate algorithms submitted to
As of Go 1.8, one can directly use `go install` to get the client `xs` and server `xsd` binaries; however it is not recommended, as `xsd` requires root and for general use should be in one of the system directories, akin to other daemons. If one insists, the following will work to place them in $HOME/go/bin:
```
$ go install blitter.com/go/xs@latest
$ go install blitter.com/go/xsd@latest
$ go install blitter.com/go/xs/xs@latest
$ go install blitter.com/go/xs/xsd@latest
```
(NOTE the `-v` option for binaries obtained in this manner will be blank; another reason to build them yourself locally using the steps below.)
(NOTE the `-v` (version) option for binaries obtained in this manner will be blank; another reason to build them yourself locally using the steps below.)
### Get source code