mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
docs(deploy): fix variable passing (#236)
This commit is contained in:
+2
-2
@@ -50,12 +50,12 @@ sudo docker compose up -d
|
||||
|
||||
> **安装指定版本:**
|
||||
> ```bash
|
||||
> MEMOH_VERSION=v1.0.0 curl -fsSL https://memoh.sh | sudo sh
|
||||
> curl -fsSL https://memoh.sh | sudo MEMOH_VERSION=v1.0.0 sh
|
||||
> ```
|
||||
>
|
||||
> **使用中国大陆镜像加速:**
|
||||
> ```bash
|
||||
> USE_CN_MIRROR=true curl -fsSL https://memoh.sh | sudo sh
|
||||
> curl -fsSL https://memoh.sh | sudo USE_CN_MIRROR=true sh
|
||||
> ```
|
||||
>
|
||||
> macOS 或用户已在 `docker` 用户组中时,无需 `sudo`。
|
||||
|
||||
Reference in New Issue
Block a user