summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-24 23:19:00 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-24 23:19:00 +0100
commit65fdbe7f55e53982d1b0dd1833856950af143c6a (patch)
tree007f750bf1814464cc348be93416da2754dec30a /README.md
parentc9af209a9335ea1219c3149eb12c2daa271c9403 (diff)
downloadgitbook-65fdbe7f55e53982d1b0dd1833856950af143c6a.zip
gitbook-65fdbe7f55e53982d1b0dd1833856950af143c6a.tar.gz
gitbook-65fdbe7f55e53982d1b0dd1833856950af143c6a.tar.bz2
Simplify examples of commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b938bb..407a7f5 100644
--- a/README.md
+++ b/README.md
@@ -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