Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx authored Nov 28, 2022
1 parent 282ca78 commit 82cc2a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ If you cannot access `github.io` normally due to network problems, please visit

## Deploy your own docs

```
```sh
$ FORK https://github.com/rcore-os/rCore-Tutorial-Book-v3.git to YOUR REPO
$ git clone YOUR REPO(e.g. https://github.com/YOUR/rCore-Tutorial-Book-v3.git)
$ cd rCore-Tutorial-Book-v3
$ git checkout deploy
$ git merge main
$ make deploy
$ git check main
$ make html # After that, the generated doc can be found in rCore-Tutorial-Book-v3/build/html
$ # modify the doc
$ git push # or pull request
```

0 comments on commit 82cc2a5

Please sign in to comment.