diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-24 23:19:00 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-24 23:19:00 +0100 |
commit | 65fdbe7f55e53982d1b0dd1833856950af143c6a (patch) | |
tree | 007f750bf1814464cc348be93416da2754dec30a /README.md | |
parent | c9af209a9335ea1219c3149eb12c2daa271c9403 (diff) | |
download | gitbook-65fdbe7f55e53982d1b0dd1833856950af143c6a.zip gitbook-65fdbe7f55e53982d1b0dd1833856950af143c6a.tar.gz gitbook-65fdbe7f55e53982d1b0dd1833856950af143c6a.tar.bz2 |
Simplify examples of commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,13 +32,13 @@ $ gitbook init You can serve a repository as a book using: ``` -$ gitbook serve ./repository +$ gitbook serve ``` Or simply build the static website using: ``` -$ gitbook build ./repository ./outputFolder +$ gitbook build ``` ## Features |