Skip to content

Commit

Permalink
doc(website): NodeJS requirement was incorrect (is v10+) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Apr 8, 2021
1 parent b904626 commit 73dcb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _Note: this documentation applies to the Ace by DAISY command line tool. For mor
## Install Node.JS

* Go to [Node.JS](https://nodejs.org/)
* Download version 6.4.0 or higher
* Download version 10 or higher
* Double-click to install

## Install (or update) Ace
Expand All @@ -22,7 +22,7 @@ If everything went smoothly, you should now be able to run the `ace` command in

```
$ ace --version
1.0.0
1.2.0
```

{{% note %}}
Expand Down

0 comments on commit 73dcb8d

Please sign in to comment.