readme changes to reflect repository structure changes

This commit is contained in:
Seaswimmer 2023-08-14 12:05:50 -04:00
parent 32cff5128d
commit b4f4188524
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -6,7 +6,10 @@
These three `.sh` files were created for Infern009's Factorio server, and use [Byobu](https://www.byobu.org/) to run a Factorio server. These three `.sh` files were created for Infern009's Factorio server, and use [Byobu](https://www.byobu.org/) to run a Factorio server.
## Usage ## Usage
- Clone this repository, then cd into the `factorio` directory.
- Clone this repository, then cd into it.
- `git clone https://git.seaswimmer.cc/SeaswimmerTheFsh/Factorio-Scripts.git && cd Factorio-Scripts`
- `cd Factorio-Scripts`
- Make sure you have **Byobu** installed. - Make sure you have **Byobu** installed.
- Alpine - Alpine
- `sudo apk add -y byobu` - `sudo apk add -y byobu`
@ -18,7 +21,7 @@ These three `.sh` files were created for Infern009's Factorio server, and use [B
- `sudo apt-get install -y byobu` - `sudo apt-get install -y byobu`
- Gentoo - Gentoo
- `sudo emerge -y byobu` - `sudo emerge -y byobu`
- MacOS **__(UNSUPPORTED)__** - MacOS **(UNSUPPORTED)**
- `sudo brew install byobu` - `sudo brew install byobu`
- If none of these commands work for your platform, you can compile **Bybou** with the `install-byobu.sh` script. - If none of these commands work for your platform, you can compile **Bybou** with the `install-byobu.sh` script.
- Run the `start_server.sh` script. - Run the `start_server.sh` script.
@ -33,4 +36,4 @@ These three `.sh` files were created for Infern009's Factorio server, and use [B
- `extra_params_start_server=""` - This parameter adds additional flags to the `-server-start` command. - `extra_params_start_server=""` - This parameter adds additional flags to the `-server-start` command.
- `--server-settings ./data/server-settings.json` - `--server-settings ./data/server-settings.json`
- Run the `start_server.sh` script. - Run the `start_server.sh` script.
- To stop the server, either run the `stop_server.sh` script from a terminal or type `/quit` into the Factorio server's console. - To stop the server, either run the `stop_server.sh` script from a terminal or type `/quit` into the Factorio server's console.