diff options
author | Kia Lam <digitalanime@gmail.com> | 2019-05-29 18:21:30 +0200 |
---|---|---|
committer | Kia Lam <digitalanime@gmail.com> | 2019-05-29 18:21:54 +0200 |
commit | 515d4fe20f25173b81dedf3a218bdc0af40dde4b (patch) | |
tree | c6747e38e8dbab84bc23504a7dcdf5a55a31963d | |
parent | Upgrade our packaging for NodeJS 10. (diff) | |
download | awx-515d4fe20f25173b81dedf3a218bdc0af40dde4b.tar.xz awx-515d4fe20f25173b81dedf3a218bdc0af40dde4b.zip |
Update INSTALL.md with new node version.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 6b8c6dccd0..2e211786a2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,7 +64,7 @@ Before you can run a deployment, you'll need the following installed in your loc + We use this module instead of `docker-py` because it is what the `docker-compose` Python module requires. - [GNU Make](https://www.gnu.org/software/make/) - [Git](https://git-scm.com/) Requires Version 1.8.4+ -- [Node 8.x LTS version](https://nodejs.org/en/download/) +- [Node 10.x LTS version](https://nodejs.org/en/download/) - [NPM 6.x LTS](https://docs.npmjs.com/) ### System Requirements |