docs: fix typos in readme

This commit is contained in:
kallydev
2020-11-28 23:20:31 +08:00
parent b00963624e
commit 22585626b4

View File

@ -110,7 +110,7 @@ git clone http://github.com/kallydev/privacy
4. 编译前端 4. 编译前端
```bash ```bash
cd privacy cd website
yarn install yarn install
yarn build yarn build
``` ```
@ -118,7 +118,7 @@ yarn build
5. 编译后端 5. 编译后端
```bash ```bash
cd ../server cd server
go build -o app main/main.go go build -o app main/main.go
``` ```