install.texi | 2 +- makedist | 3 --- diff --git a/install.texi b/install.texi index f74848485bb96e28efe3f2844c94577cd22c1a49138e1cd66129f5265fc1784f..af8051a6cb59d53ebd7929c24b49b7df79100a54c412293e80d60ef8e2dc365c 100644 --- a/install.texi +++ b/install.texi @@ -10,7 +10,7 @@ $ [fetch|wget] http://www.gogost.cypherpunks.su/gogost-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] $ tar xf gogost-@value{VERSION}.tar.zst $ cd gogost-@value{VERSION} -$ go build -mod=vendor -o streebog256 ./cmd/streebog256 +$ go build -o streebog256 ./cmd/streebog256 $ echo hello world | ./streebog256 f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d @end example diff --git a/makedist b/makedist index 76a51d6e2eed197523cd89b8e5cbd0f824d107dfb0402018c29ef42acaf29994..ae242b15dff3ac0d90f3229760c400f01b85ae6616838e58668cccb71f1030ef 100755 --- a/makedist +++ b/makedist @@ -10,7 +10,6 @@ git clone . $tmp/gogost-$release cd $tmp/gogost-$release git checkout v$release ./version >VERSION -go mod vendor cat >download.texi <