From 6f78c83997f3ac4712d5cad8f580c2dad3ff5186 Mon Sep 17 00:00:00 2001 From: endernon Date: Mon, 27 May 2024 13:04:21 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9979532..db0b696 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/en-us/) -...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. - 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) - [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. -Now, you should have Command Prompt running. Inside this window, run -``` -git clone https://git.endernon.com/endernon/FireflySR-goober-edition ./FireflySR -``` +Now, you should have Command Prompt running. Inside this window, run `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. #### Building