Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
* Minor changes to documentation

Co-Authored-By: amad-person <aadyaa@u.nus.edu>
  • Loading branch information
nicholaschuayunzhi and amad-person authored Apr 10, 2019
1 parent 6098146 commit c01a988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userGuide/cliCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ MarkBind Command Line Interface (CLI) can be run in the following ways:
Root directory. Default is the current directory.<br>
{{ icon_example }} `./myWebsite`
* `-c`, `--convert`<br>
Convert an existing Github wiki or `docs` folder into a MarkBind website. See [Converting an existing Github project]({{ baseUrl }}/userGuide/markBindInTheProjectWorkflow.html#converting-an-existing-github-project) for more information.
Convert an existing GitHub wiki or `docs` folder into a MarkBind website. See [Converting an existing Github project]({{ baseUrl }}/userGuide/markBindInTheProjectWorkflow.html#converting-an-existing-github-project) for more information.

{{ icon_examples }}
* `markbind init` : Initializes the site in the current working directory.
* `markbind init ./myWebsite` : Initializes the site in `./myWebsite` directory.
* `markbind init --convert` : Converts the current working directory into a MarkBind website.
* `markbind init --convert` : Converts the Github wiki or `docs` folder in the current working directory into a MarkBind website.

<hr><!-- ========================================================================== -->

Expand Down

0 comments on commit c01a988

Please sign in to comment.