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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue