docs: fix typos in readme
This commit is contained in:
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user