Skip to content

Commit 4d0b16c

Browse files
committed
updating documentation
1 parent 485d481 commit 4d0b16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
2. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork)
3737
3. Edit `_config.yml` with your data.
3838
4. `bundle install`
39-
5. `npm run serve`
39+
5. `bundle exec jekyll serve`
4040
6. open in your browser: `http://localhost:4000`
4141

4242
## Settings
@@ -66,7 +66,7 @@ and lot of other options, like width, projects, pages, read-time, tags, related
6666
You can test your app with:
6767

6868
```bash
69-
npm run test
69+
bundle exec htmlproofer ./_site
7070
```
7171

7272
---

0 commit comments

Comments
 (0)