This commit is contained in:
parent
faad02b41c
commit
434c3d72e0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
|||
# GX-Teaching
|
||||
# DocMachine
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -34,15 +34,15 @@ This mode allows you the result on-the-fly as you makea changes in the content.
|
|||
|
||||
To use watch mode, type:
|
||||
|
||||
gx-teaching -a watch
|
||||
docmachine -a watch
|
||||
|
||||
To use watch mode for slides only type:
|
||||
|
||||
gx-teaching -a watch-slides
|
||||
docmachine -a watch-slides
|
||||
|
||||
To use watch mode for docs only type:
|
||||
|
||||
gx-teaching -a watch-docs
|
||||
docmachine -a watch-docs
|
||||
|
||||
|
||||
## Build mode
|
||||
|
@ -53,7 +53,7 @@ This mode builds final content for delivery (website, PDF files)
|
|||
|
||||
To use build mode:
|
||||
|
||||
gx-teaching build
|
||||
docmachine build
|
||||
|
||||
### Building PDF
|
||||
|
||||
|
|
Loading…
Reference in a new issue