Skip to content

Commit

Permalink
Update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 24, 2024
1 parent f01cc27 commit 2c4c496
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/fixtures/tutorial/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,18 @@ Run the development server:
juvix-mkdocs serve
```

Some flags are available for these commands:

- `--remove-cache`: Remove the cache database.
- `--verbose`: Print verbose output.
- `--debug`: Print debug output.
- `--no-open`: Do not open the browser after building.
- `--quiet`: Do not print any output.


!!! info "Development Mode"


For development, after `poetry install` and `poetry shell`:
```bash
juvix-mkdocs new -n -f -D
Expand Down

0 comments on commit 2c4c496

Please sign in to comment.