From f24d4d8fdb400c8de059d5237842b0fa5b6e56d1 Mon Sep 17 00:00:00 2001 From: Russtopia Date: Sat, 2 Jul 2022 12:51:18 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feb8ca3..ef6d2cc 100644 --- a/README.md +++ b/README.md @@ -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