From 08dd185ca1eaccf0d2c66858b9ac9afb958f4842 Mon Sep 17 00:00:00 2001 From: gitea Date: Mon, 3 Jun 2024 07:35:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=AE=89=E8=A3=85=E9=80=9F=E6=9F=A5.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 常用软件安装速查.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/常用软件安装速查.md b/常用软件安装速查.md index 82e5e00..5fa3f59 100644 --- a/常用软件安装速查.md +++ b/常用软件安装速查.md @@ -24,7 +24,7 @@ Linux wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin -go verion +go version ``` ## Rust [下载页面](https://forge.rust-lang.org/infra/other-installation-methods.html)