Skip to content

Commit 3a67e16

Browse files
docs: update description about shiroa init
1 parent de15983 commit 3a67e16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

github-pages/docs/guide/get-started.typ

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Give it the name of the directory that you want to create:
1515
shiroa 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
2221
cd my-first-book
@@ -107,4 +106,4 @@ shiroa build
107106
This will generate a directory named `book` which contains the HTML content of your book.
108107
You 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.

0 commit comments

Comments
 (0)