1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 17:01:47 +02:00

Increased clairity of instructions

When I was following these instructions, I was not aware that NodeJS and NPM were required as it is not specified in the instructions. The setup script did an excellent job of making me aware of this. I also fixed a minor clarity issue. This should cause a slight incremental increase in the setup efficiency. 

This change is rather minor, but it is the first of far larger contributions to come.
This commit is contained in:
HugoHead 2021-05-27 17:16:42 -04:00 committed by GitHub
parent b8a23ecd36
commit 535a18061f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
2. Type this command: `curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && sh setup.sh`.
## With automated scripts
This method need to have [Git](https://git-scm.com) installed.
To use this method, you must have [Git](https://git-scm.com) as well as [NodeJS and NPM](https://nodejs.org) installed.
### Windows
1. Open up a Terminal.
2. Type this command: `git clone https://github.com/fosscord/fosscord && .\fosscord\scripts\setup\setup.bat`.