Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2021-02-01 12:35:23 +0300
committerHenk Verlinde <henk@ventizo.com>2021-02-01 12:35:23 +0300
commit3767e8bfa0893d9bb827c35b5b2694c023e78ceb (patch)
treeb96428eadacc18fa0d1131fc1343c66d75a75d48 /content
parentee29b642728ab7c53ce7cc0de0f295477dded305 (diff)
docs: update requirements sections
Diffstat (limited to 'content')
-rw-r--r--content/docs/prologue/quick-start.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/docs/prologue/quick-start.md b/content/docs/prologue/quick-start.md
index 2d9218c..a516f2a 100644
--- a/content/docs/prologue/quick-start.md
+++ b/content/docs/prologue/quick-start.md
@@ -19,7 +19,7 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty
## Start a new Doks project
-Create a new site, change directories, install npm packages, and start development server.
+Create a new site, change directories, install dependencies, and start development server.
### Create a new site
@@ -37,7 +37,7 @@ git clone https://github.com/h-enk/doks.git my-doks-site
cd my-doks-site
```
-### Install npm packages
+### Install dependencies
{{< btn-copy text="npm install" >}}