Skip to content

Commit

Permalink
docs: update description about shiroa init
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent de15983 commit 3a67e16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions github-pages/docs/guide/get-started.typ
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Give it the name of the directory that you want to create:
shiroa init my-first-book
```

It will ask a few questions before generating the book.
After answering the questions, you can change the current directory into the new book:
It will emit template files to the `my-first-book`. Then, you can change the current directory into the new book:

```sh
cd my-first-book
Expand Down Expand Up @@ -107,4 +106,4 @@ shiroa build
This will generate a directory named `book` which contains the HTML content of your book.
You can then place this directory on any web server to host it.

// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.
// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.

0 comments on commit 3a67e16

Please sign in to comment.