Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
3dac0b0791
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -6,8 +6,11 @@ llma2 模型管理工具,在本地启动并运行大型语言模型。
 
 
 ```
+# 安装 ollama
 wget https://github.com/jmorganca/ollama/releases/download/v0.1.11/ollama-linux-amd64
 chmod +x ollama-linux-amd64
+# 或者
+curl -fsSL https://ollama.com/install.sh | sh
 
 
 ollama run mistral