File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ Give it the name of the directory that you want to create:
1515shiroa init my-first-book
1616```
1717
18- It will ask a few questions before generating the book.
19- After answering the questions, you can change the current directory into the new book:
18+ It will emit template files to the `my-first-book` . Then, you can change the current directory into the new book:
2019
2120```sh
2221cd my-first-book
@@ -107,4 +106,4 @@ shiroa build
107106This will generate a directory named `book` which contains the HTML content of your book.
108107You can then place this directory on any web server to host it.
109108
110- // For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.
109+ // For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.
You can’t perform that action at this time.
0 commit comments