From c21c10c4ee9cbb628ee038595e2d267cfb77384e Mon Sep 17 00:00:00 2001 From: Mitch Roote Date: Mon, 25 Apr 2016 00:12:38 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0916f1..29038f4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ###A tool for managing dedicated Factorio servers. This tool runs on a Factorio server and allows management of saves, mods and many other features. -![Factorio Server Manager Screenshot](http://i.imgur.com/EbRM03Z.png "Factorio Server Manager") +![Factorio Server Manager Screenshot](http://i.imgur.com/wZqOuBZ.png "Factorio Server Manager") ## Installation 1. Clone the repository From 603ea591987aaeba3f8e7327e9d6950b73db4819 Mon Sep 17 00:00:00 2001 From: Mitch Roote Date: Mon, 25 Apr 2016 00:28:36 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 29038f4..f334ee0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,12 @@ ###A tool for managing dedicated Factorio servers. This tool runs on a Factorio server and allows management of saves, mods and many other features. +## Manage save files ![Factorio Server Manager Screenshot](http://i.imgur.com/wZqOuBZ.png "Factorio Server Manager") +## Manage mods +![Factorio Server Manager Screenshot](http://i.imgur.com/45ab48W.png "Factorio Server Manager") + ## Installation 1. Clone the repository * ```git clone https://github.com/MajorMJR/factorio-server-manager.git``` From 3c95e72b98bcdea6435e4a263ca621e1301097dd Mon Sep 17 00:00:00 2001 From: Mitch Roote Date: Mon, 25 Apr 2016 00:32:06 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f334ee0..79f55ae 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ This tool runs on a Factorio server and allows management of saves, mods and man ![Factorio Server Manager Screenshot](http://i.imgur.com/45ab48W.png "Factorio Server Manager") ## Installation -1. Clone the repository - * ```git clone https://github.com/MajorMJR/factorio-server-manager.git``` +1. Download the latest release + * [https://github.com/MajorMJR/factorio-server-manager/releases](https://github.com/MajorMJR/factorio-server-manager/releases) 2. Run the server binary file * ```./factorio-server-manager --dir /home/user/.factorio --host 10.0.0.1 ``` +3. Visit [localhost:8080](localhost:8080) in your web browser. ## Usage Run the server and specify the directory of your Factorio server installation and the interface to run the HTTP server on.