Skip to content

Commit 0814022

Browse files
committed
Rectify setup instructions in the README
1 parent 5614a9a commit 0814022

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ The blog is made with [Zola], based on the [Abridge theme].
66

77
You will need:
88
* The `zola` binary v0.19.1 or higher
9-
* `npm`
109

11-
Once you have cloned this repository, run `npm install` and `npm run abridge` to initialise the front-end features like full-text search.
10+
Run `zola serve` in order to serve the website and automatically render it when files change.
1211

1312
## Contribute content
1413

@@ -58,9 +57,6 @@ documentation-best-practices
5857
└── index.md
5958
```
6059

61-
### Local preview
62-
63-
Run `zola serve --drafts` in order to serve the website and automatically render it when files change.
6460

6561
[Zola]: https://www.getzola.org/
6662
[Abridge theme]: https://abridge.pages.dev/overview-abridge/

0 commit comments

Comments
 (0)