Skip to content

Commit f4701b8

Browse files
authored
Update README.md (#104)
1 parent 9583ab2 commit f4701b8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,12 @@ README.md # This file
5555

5656
You can use the Makefile for easier build and development:
5757

58-
1. **Start development mode:**
58+
1. **Start development mode, from the src/ dir:**
5959
```bash
60-
make dev
60+
mint dev
6161
```
6262
This watches for changes in `src/` and automatically rebuilds content in `build/`.
6363

64-
This was cobbled together quickly and may not work well for all edits.
65-
If it's getting stuck, kill the process and restart it.
66-
6764
Alternatively, you can `make build`, and launch `mint` inside the `build/` directory
6865
to preview changes.
6966

0 commit comments

Comments
 (0)