Skip to content

Commit

Permalink
docs: update requirements sections
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jan 15, 2021
1 parent a913ca0 commit 3420ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ Nine reasons why you should use Doks:

## Requirements

Make sure all dependencies have been installed:

- [Hugo](https://gohugo.io/getting-started/installing/) >= 0.75.0/extended (needed for SCSS processing support)
- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run commands)
Doks is a [npm](https://www.npmjs.com/) project. Installing npm is pretty simple: download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. The Long Term Support (LTS) release is recommended for most users, the Current release contains the latest features.

## Get started

Expand Down
9 changes: 2 additions & 7 deletions content/docs/prologue/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date: 2020-11-16T13:59:39+01:00
lastmod: 2020-11-16T13:59:39+01:00
draft: false
images: []
menu:
menu:
docs:
parent: "prologue"
weight: 110
Expand All @@ -15,12 +15,7 @@ toc: true

## Requirements

{{< alert icon="👉" text="Node.js is needed to install npm packages and run commands." >}}

Make sure all dependencies have been installed:

- [Hugo](https://gohugo.io/getting-started/installing/) >= 0.75.0/extended
- [Node.js](https://nodejs.org/) >= 14.15.0
Doks is a [npm](https://www.npmjs.com/) project. Installing npm is pretty simple: download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. The Long Term Support (LTS) release is recommended for most users, the Current release contains the latest features.

## Start a new Doks project

Expand Down

0 comments on commit 3420ae9

Please sign in to comment.