Remove useless > in commands
This commit is contained in:
parent
921c5abc86
commit
ab8b6fd7db
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ Using mdbook, https://github.com/azerupi/mdBook
|
||||||
|
|
||||||
Install mdbook, see https://github.com/azerupi/mdBook, then
|
Install mdbook, see https://github.com/azerupi/mdBook, then
|
||||||
|
|
||||||
> mdbook serve
|
mdbook serve
|
||||||
|
|
||||||
Go to localhost:3000 with your \$BROWSER, enjoy.
|
Go to localhost:3000 with your \$BROWSER, enjoy.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
> mdbook build
|
mdbook build
|
||||||
|
|
Loading…
Reference in a new issue