This commit is contained in:
Mr. Stallion 2023-03-21 11:16:08 -07:00
parent 0280a5bfbe
commit d3435ced3e
1 changed files with 1 additions and 3 deletions

View File

@ -18,13 +18,11 @@ npm install --global --production --vs2015 --add-python-to-path windows-build-to
# All operating systems
git clone https://github.com/mrstallion/fchat-rising.git
cd fchat-rising
yarn
# Optional; make sure your commits are anonymous
git config --local user.name "SOME NAME"
git config --local user.email "some@email.com"
# All operating systems
yarn
```
### Dev Mode