Update README.md
This commit is contained in:
parent
f5f47563f4
commit
355cf9a836
1 changed files with 4 additions and 14 deletions
18
README.md
18
README.md
|
@ -19,19 +19,9 @@ To get started with FreeSR, follow the steps below:
|
||||||
|
|
||||||
1. Clone the repository to your local machine.
|
1. Clone the repository to your local machine.
|
||||||
2. Build project with dotnet7.0.
|
2. Build project with dotnet7.0.
|
||||||
3. Install MongoDB on your machine.
|
3. Create configuration files for Dispatch and Gateserver. (just rename the .example.json file in your build folder to [ServerName].json and configure it for your machine)
|
||||||
4. Create configuration files for Dispatch, Gateserver and Admin servers. (just rename the .example.json file in your build folder to [ServerName].json and configure it for your machine)
|
4. Run FreeSR.Dispatch and FreeSR.Gateserver
|
||||||
5. Run FreeSR.Admin, FreeSR.Dispatch and FreeSR.Gateserver
|
5. Enjoy the game!
|
||||||
6. Enjoy the game!
|
|
||||||
|
|
||||||
## Creating an account
|
|
||||||
|
|
||||||
To create new account in your server, follow the steps below:
|
|
||||||
|
|
||||||
1. Make sure your FreeSR.Admin, FreeSR.Dispatch and FreeSR.Gateserver servers are up and running.
|
|
||||||
2. Go to http://localhost:1337/console
|
|
||||||
3. Create account by using following command: `account create [LOGIN] [PASSWORD]`
|
|
||||||
4. Your account is now created, you can use it in the game.
|
|
||||||
|
|
||||||
## Connecting
|
## Connecting
|
||||||
|
|
||||||
|
@ -43,6 +33,6 @@ We welcome contributions from the community to make FreeSR even better. If you f
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
Feel free to join our [Discord server](https://discord.gg/xUtW8FJRK5) for discussions and community interactions.
|
Feel free to join our [Discord server](https://discord.gg/reversedrooms) for discussions and community interactions.
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue