Update README.md

This commit is contained in:
endernon 2024-05-27 13:04:21 +00:00
parent 750905ea9e
commit 6f78c83997

View file

@ -2,7 +2,7 @@
A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/en-us/) A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/en-us/)
<!-- ![screenshot](https://git.xeondev.com/reversedrooms/FireflySR/raw/branch/master/screenshot.png) --> <!-- ![screenshot](https://git.xeondev.com/reversedrooms/FireflySR/raw/branch/master/screenshot.png) -->
...BUT I edited this text to make it easier to compile for goobers. ...BUT I edited this text to make it easier to run, for goobers.
# I just want to run the server! I don't care about modifying the code. # I just want to run the server! I don't care about modifying the code.
- First, get [MongoDB](https://www.mongodb.com/try/download/community) - First, get [MongoDB](https://www.mongodb.com/try/download/community)
@ -24,10 +24,7 @@ First, get these prerequesites:
- [Git](https://git-scm.com/download/win) - [Git](https://git-scm.com/download/win)
- [Protobuf Compiler (protoc)](https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protoc-26.1-win64.zip) (ONLY IF YOU ARE USING MICROSOFT WINDOWS). You should manually extract it to somewhere and add `bin` subfolder to the system environment variable `PATH`. Look online for how to add a folder to "path" - [Protobuf Compiler (protoc)](https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protoc-26.1-win64.zip) (ONLY IF YOU ARE USING MICROSOFT WINDOWS). You should manually extract it to somewhere and add `bin` subfolder to the system environment variable `PATH`. Look online for how to add a folder to "path"
Then, open file explorer and create a new folder somewhere. Make sure it's empty. Then, at the file path thing at the top of file explorer, click it, delete the text, replace with "cmd" and click enter. Then, open file explorer and create a new folder somewhere. Make sure it's empty. Then, at the file path thing at the top of file explorer, click it, delete the text, replace with "cmd" and click enter.
Now, you should have Command Prompt running. Inside this window, run Now, you should have Command Prompt running. Inside this window, run `git clone https://git.endernon.com/endernon/FireflySR-goober-edition ./FireflySR` .
```
git clone https://git.endernon.com/endernon/FireflySR-goober-edition ./FireflySR
```
Now, Git will start cloning the repo locally. Once it's done, open the newly created "FireflySR" folder. You now have a local copy of the code. Now, Git will start cloning the repo locally. Once it's done, open the newly created "FireflySR" folder. You now have a local copy of the code.
#### Building #### Building