Commit 5caf0b5d authored by xuxzh1's avatar xuxzh1 🎱
Browse files

update README

parent 84e5b6ff
...@@ -30,8 +30,8 @@ cd ollama ...@@ -30,8 +30,8 @@ cd ollama
##### 安装go ##### 安装go
```bash ```bash
wget https://go.dev/dl/go1.22.8.linux-amd64.tar.gz wget https://golang.google.cn/dl/go1.23.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.22.8.linux-amd64.tar.gz tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
# 修改go下载源,提升速度(按需设置) # 修改go下载源,提升速度(按需设置)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment