mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-08 19:52:36 +01: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:
parent
b8a23ecd36
commit
535a18061f
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user