readme changes to reflect repository structure changes
This commit is contained in:
parent
32cff5128d
commit
b4f4188524
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
||||
## 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.
|
||||
- Alpine
|
||||
- `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`
|
||||
- Gentoo
|
||||
- `sudo emerge -y byobu`
|
||||
- MacOS **__(UNSUPPORTED)__**
|
||||
- MacOS **(UNSUPPORTED)**
|
||||
- `sudo brew install byobu`
|
||||
- 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.
|
||||
|
@ -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.
|
||||
- `--server-settings ./data/server-settings.json`
|
||||
- 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.
|
||||
|
|
Loading…
Reference in a new issue