Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 29, 2024
1 parent 336bb70 commit 8167844
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,18 @@

[看这里](https://mx-space.js.org/themes/shiro).

## :whale: Docker 部署
## :whale: 运行

### :hammer: 通过预构建运行

首先在 `https://github.com/Innei/Shiro/releases` 中下载预构建好的 `release.zip`。然后解压它。

```sh
cd standalone
vim .env # 修改你的 ENV 变量
export PORT=2323
node server.js
```

### :books: 推荐使用 Docker Compose

Expand Down

0 comments on commit 8167844

Please sign in to comment.