mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-25 03:43:31 +01:00
Update README.md
This commit is contained in:
parent
79ab2399d6
commit
fe20984a13
@ -1,19 +1,16 @@
|
||||
# Getting Started
|
||||
## Without automated scripts
|
||||
To use this method, you must have [NodeJS and NPM](https://nodejs.org) installed.
|
||||
|
||||
### Windows
|
||||
1. Open up a Terminal.
|
||||
2. Type this command: `curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat`.
|
||||
1. Open cmd
|
||||
2. Type this command:
|
||||
```
|
||||
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat
|
||||
```
|
||||
|
||||
### Posix systems (MacOS, Linux...)
|
||||
1. Open up a Terminal.
|
||||
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
|
||||
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`.
|
||||
|
||||
### Posix systems (MacOS, Linux...)
|
||||
1. Open up a Terminal.
|
||||
2. Type this command: `git clone https://github.com/fosscord/fosscord && sh ./fosscord/scripts/setup/setup.sh`.
|
||||
### Linux or macOS
|
||||
1. Open Terminal
|
||||
2. Type this command:
|
||||
```
|
||||
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && sh setup.sh
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user