From 5a3a24ca7c34a277b01a1ee8631aa39f193e7125 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 7 Mar 2021 18:42:08 +0100 Subject: Another better README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit