Update README.md

added link to instructions for installing zola

Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
This commit is contained in:
tssc7my0no7 2024-04-03 21:06:16 +00:00 committed by GitHub
parent a55596616f
commit c8270e32a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ This static website is built with [Zola](https://www.getzola.org/) and Cloudflar
## Development
Download the latest zola (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable.
Download the latest [zola](https://www.getzola.org/documentation/getting-started/installation/) (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable.
Run `zola serve` for a local preview or `zola build` to generate static site in the `public` folder.