aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinteck <freeziv.ytb@gmail.com>2021-03-07 19:06:49 +0100
committerMinteck <freeziv.ytb@gmail.com>2021-03-07 19:06:49 +0100
commit981b80066504cf94224f0fd431281edb740f2669 (patch)
treeba83dd0a370f90e42b6fadf0a3b416c588d76767 /README.md
parent5a3a24ca7c34a277b01a1ee8631aa39f193e7125 (diff)
downloadelectrode-981b80066504cf94224f0fd431281edb740f2669.tar.gz
electrode-981b80066504cf94224f0fd431281edb740f2669.tar.bz2
electrode-981b80066504cf94224f0fd431281edb740f2669.zip
Update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1919d14..adb8f63 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,9 @@ As said earlier, Electrode and Neutron can't run on Windows servers. If you want
1. First, [install WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) by following the Microsoft documentation
> Don't miss the part about upgrading to WSL 2, it is VERY important
-2. Install `php` (version 7.4 or later), `php-xdebug`, `php-gd`, `nodejs` (version 12 or later), `npm`, `make` and `cmake`.
+2. Install `php` (version 7.4 or later), `php-xdebug`, `php-gd`, `nodejs` (version 12 or later), `npm`, `make`, `cmake`, `wget` and `zip`.
> On Debian or Ubuntu, you would install with
>
-> ```sudo apt install php php-xdebug php-gd nodejs npm make cmake build-essential```
+> ```sudo apt install php php-xdebug php-gd nodejs npm make cmake build-essential wget zip```
3. Download and extract Electrode on your WSL
4. Follow the instructions in [Getting started](#getting-started) \ No newline at end of file