aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <freeziv.ytb@gmail.com>2021-03-07 18:42:08 +0100
committerMinteck <freeziv.ytb@gmail.com>2021-03-07 18:42:08 +0100
commit5a3a24ca7c34a277b01a1ee8631aa39f193e7125 (patch)
treeba5725ba69274a7bc27942b6995384268458ec13
parent5f65501fa5fb39463ac3bc007ffbc4f02022a043 (diff)
downloadelectrode-5a3a24ca7c34a277b01a1ee8631aa39f193e7125.tar.gz
electrode-5a3a24ca7c34a277b01a1ee8631aa39f193e7125.tar.bz2
electrode-5a3a24ca7c34a277b01a1ee8631aa39f193e7125.zip
Another better README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ff870cd..1919d14 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`, `nodejs` (version 12 or later), `npm` and `make`.
+2. Install `php` (version 7.4 or later), `php-xdebug`, `php-gd`, `nodejs` (version 12 or later), `npm`, `make` and `cmake`.
> On Debian or Ubuntu, you would install with
>
-> ```sudo apt install php php-xdebug nodejs npm make build-essential```
+> ```sudo apt install php php-xdebug php-gd nodejs npm make cmake build-essential```
3. Download and extract Electrode on your WSL
4. Follow the instructions in [Getting started](#getting-started) \ No newline at end of file