We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c828fdc commit 2631fefCopy full SHA for 2631fef
README.md
@@ -17,7 +17,8 @@ Server 来访问七牛云存储、智能多媒体服务等。
17
# Mac,推荐使用 brew 安装
18
brew install uv
19
20
-# Linux & Mac,安装后注意把安装后的路径加入环境变量 PATH 中,例如在 Mac 中,把安装后的路径 /Users/xxx/.local/bin export PATH="/Users/xxx/.local/bin:$PATH"
+# Linux & Mac,安装后注意把安装的包路径(uv 和 uvx 所保存的路径)加入环境变量 PATH 中,
21
+# 例如在 Mac 中,把安装的包路径 /Users/xxx/.local/bin 添加到 PATH 中,export PATH="/Users/xxx/.local/bin:$PATH",长期使用需添加到启动脚本中,例如:$Home/.bash_profile 中
22
curl -LsSf https://astral.sh/uv/install.sh | sh
23
24
# Windows
0 commit comments