From 3d59731ac6a0f76522958b8c0c56a0ceb5852bcb Mon Sep 17 00:00:00 2001 From: AstaFrode Date: Mon, 30 Oct 2023 16:47:11 +0800 Subject: [PATCH] Update README.md (#116) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae2d8e..bb489cd 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ service iptables restart ### Method one Download the latest release of the binary application directly at: ``` -wget https://github.com/CESSProject/DeOSS/releases/download/v0.3.1/deoss +wget https://github.com/CESSProject/DeOSS/releases/download/v0.3.2/DeOSS0.3.2.linux-amd64.tar.gz ``` ### Method two @@ -97,7 +97,7 @@ Compile the binary program from the DeOSS source code and follow the process as **1) install go** -DeOSS requires [Go 1.19](https://golang.org/dl/) or higher, See the [official Golang installation instructions](https://golang.org/doc/install). +DeOSS requires [Go 1.20](https://golang.org/dl/) or higher, See the [official Golang installation instructions](https://golang.org/doc/install). Open go mod mode: ```