mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-02-03 13:21:25 +02:00
Merge pull request #148 from adrianvanderwal/master
Update README.md and Copyright
This commit is contained in:
commit
3848491519
@ -29,8 +29,9 @@ This tool runs on a Factorio server and allows management of the Factorio server
|
|||||||
1. Download the latest release
|
1. Download the latest release
|
||||||
* [https://github.com/mroote/factorio-server-manager/releases](https://github.com/mroote/factorio-server-manager/releases)
|
* [https://github.com/mroote/factorio-server-manager/releases](https://github.com/mroote/factorio-server-manager/releases)
|
||||||
2. Download the Factorio Standalone server and install to a known directory.
|
2. Download the Factorio Standalone server and install to a known directory.
|
||||||
3. Run the server binary file, use the --dir flag to point the management server to your Factorio installation.
|
3. Run the server binary file, use the --dir flag to point the management server to your Factorio installation. If you are using the steam installation, point FSM to the steam directory.
|
||||||
* ```./factorio-server-manager --dir /home/user/.factorio ```
|
* ```./factorio-server-manager --dir /home/user/.factorio ```
|
||||||
|
* ```./factorio-server-manager --dir /home/user/.steam/steam/steamapps/common/Factorio ```
|
||||||
4. Visit [localhost:8080](localhost:8080) in your web browser.
|
4. Visit [localhost:8080](localhost:8080) in your web browser.
|
||||||
|
|
||||||
## Installation Windows
|
## Installation Windows
|
||||||
|
@ -6,7 +6,7 @@ class Footer extends React.Component {
|
|||||||
<footer className="main-footer">
|
<footer className="main-footer">
|
||||||
<div className="pull-right hidden-xs">
|
<div className="pull-right hidden-xs">
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2016 <a href="https://github.com/MajorMJR/factorio-server-manager">Mitch Roote</a>.</strong> MIT License.
|
<strong>Copyright © 2019 <a href="https://github.com/MajorMJR/factorio-server-manager">Mitch Roote</a>.</strong> MIT License.
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user