diff options
author | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 18:40:10 +0100 |
---|---|---|
committer | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 18:40:10 +0100 |
commit | 5f65501fa5fb39463ac3bc007ffbc4f02022a043 (patch) | |
tree | 546666b7ec46221ffac7df23a5a9ed0bb2d39172 | |
parent | 95d4b81b3ea6dec0867f07e4692fc0567f4ce06b (diff) | |
download | electrode-5f65501fa5fb39463ac3bc007ffbc4f02022a043.tar.gz electrode-5f65501fa5fb39463ac3bc007ffbc4f02022a043.tar.bz2 electrode-5f65501fa5fb39463ac3bc007ffbc4f02022a043.zip |
Fix 95d4b81
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ Electrode is a NodeJS webserver with a PHP subsystem. Electrode can serve static Electrode is meant to be fast, reliable and unattended (it will automatically update an installed software when needed). Electrode is made to be used with FNS Neutron, but can also (but not recommended to) be used with other software. -> Electrode and Neutron can only work on Linux servers. To use it on Windows servers, please use WSL 2 and follow instructions in [Windows Setup](#Windows_Setup) +> Electrode and Neutron can only work on Linux servers. To use it on Windows servers, please use WSL 2 and follow instructions in [Windows Setup](#windows-setup) ## Getting started The first time you need to run Electrode, you'll need to compile some dependencies: @@ -45,4 +45,4 @@ As said earlier, Electrode and Neutron can't run on Windows servers. If you want > > ```sudo apt install php php-xdebug nodejs npm make 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 +4. Follow the instructions in [Getting started](#getting-started)
\ No newline at end of file |