Skip to content

Commit

Permalink
Merge pull request #35 from ttimochan/main
Browse files Browse the repository at this point in the history
docs(fix): add cd command
  • Loading branch information
eeg1412 authored Aug 27, 2024
2 parents f31c29c + 8520b8f commit f58d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ wget -O .env https://raw.githubusercontent.com/eeg1412/wikimoeNodeJSBlog/main/ex
Clone 仓库,并修改 .env 文件的内容

```bash
cd && mkdir wikimoe && git clone https://github.com/eeg1412/wikimoeNodeJSBlog --depth=1
cd && mkdir wikimoe && cd wikimoe && git clone https://github.com/eeg1412/wikimoeNodeJSBlog --depth=1
cd wikimoeNodeJSBlog && mv example.env .env
```

Expand Down

0 comments on commit f58d212

Please sign in to comment.