diff options
author | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 19:06:49 +0100 |
---|---|---|
committer | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 19:06:49 +0100 |
commit | 981b80066504cf94224f0fd431281edb740f2669 (patch) | |
tree | ba83dd0a370f90e42b6fadf0a3b416c588d76767 /README.md | |
parent | 5a3a24ca7c34a277b01a1ee8631aa39f193e7125 (diff) | |
download | electrode-981b80066504cf94224f0fd431281edb740f2669.tar.gz electrode-981b80066504cf94224f0fd431281edb740f2669.tar.bz2 electrode-981b80066504cf94224f0fd431281edb740f2669.zip |
Update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |