Skip to content

Commit

Permalink
docs: typo & update
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Aug 9, 2023
1 parent 227212e commit 39f91cd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ cd emaction.backend
# 安装 packages
npm install

# 安装 Wrangler
npm install wrangler
# 全局安装 Wrangler
npm install -g wrangler
```

PS:这里有同学反应需要全局 `-g` 安装 Wrangler,我不明白为什么。

修改克隆代码 `wrangler.toml` 文件中的 `database_id` 为自己的:

```toml
Expand All @@ -76,7 +78,7 @@ database_id = "acf6da62-7777-4459-a579-123456789012" # 修改成自己的
crons = [ ]
```

登录 Wrangle
登录 Wrangler

```bash
wrangler login
Expand Down

0 comments on commit 39f91cd

Please sign in to comment.