summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2021-02-20 02:06:16 +0100
committerChristian M. Adams <rooftopcellist@gmail.com>2021-02-22 19:44:22 +0100
commit70325fd2499c773f0991c26c2579267d578c9940 (patch)
treee92eb73467c2f5cb399ed55d4aa93bee423ec5c3 /INSTALL.md
parentFix docker-compose-clean (diff)
downloadawx-70325fd2499c773f0991c26c2579267d578c9940.tar.xz
awx-70325fd2499c773f0991c26c2579267d578c9940.zip
Remove nodejs from list of required dependencies to install
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2c0fc9417c..7594de4b92 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -71,10 +71,6 @@ Before you can run a deployment, you'll need the following installed in your loc
- [GNU Make](https://www.gnu.org/software/make/)
- [Git](https://git-scm.com/) Requires Version 1.8.4+
- Python 3.6+
-- [Node 14.x LTS version](https://nodejs.org/en/download/)
- + This is only required if you're [building your own container images](#official-vs-building-images)
-- [NPM 6.x LTS](https://docs.npmjs.com/)
- + This is only required if you're [building your own container images](#official-vs-building-images)
### System Requirements