Update Project Installation authored by Doris Tam's avatar Doris Tam
......@@ -6,7 +6,7 @@
- [Getting setup on Linux](#getting-setup-on-linux)
- [Get logins](#get-logins)
- [Installing dependencies](#installing-dependencies)
- [Install Node 8.3 or newer](#install-node-83-or-newer)
- [Install Node 15 or newer](#install-node-83-or-newer)
- [Install React Native CLI](#install-react-native-cli)
- [Install Java Development Kit](#install-java-development-kit)
- [Android development environment](#android-development-environment)
......@@ -34,9 +34,9 @@ In order to test, make an account on a Mahara instance. In order to generate an
Install *Node*, the *React Native command line interface*, a *JKD*, and *Android Studio*.
### Install Node 8.3 or newer
### Install Node 15 or newer
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 8.3 or newer.
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 15 or newer.
```bash
# Update package manager
......
......