docs: clarified and extended installation guide

This commit is contained in:
saberzero1
2026-06-11 15:07:26 +02:00
parent 25d89ff94a
commit 9e74db69a9
3 changed files with 46 additions and 9 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ Quartz is a fast, batteries-included static-site generator that transforms Markd
## 🪴 Get Started
Quartz requires **at least [Node](https://nodejs.org/) v22** and `npm` v10.9.2 to function correctly. Ensure you have these installed on your machine before continuing.
Quartz requires **at least [Node](https://nodejs.org/) v22** and `npm` v10.9.2 to function correctly. Ensure you have these installed on your machine before continuing. See the [[getting-started/index#Prerequisites|prerequisites]] for help installing them.
> [!tip] GitHub users
> You can also use the **[GitHub template](https://github.com/jackyzha0/quartz/generate)** to create your repository in one click, then clone that instead. See [[installation#Option A Use the GitHub Template Recommended|Option A]] in the installation guide.
```shell
# 1. Clone the Quartz repository