aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 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