mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 15:41:38 +00:00
18 lines
391 B
Plaintext
18 lines
391 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# factorio
|
|
|
|
> Create and start a headless Factorio server.
|
|
> More information: <https://wiki.factorio.com/Multiplayer>.
|
|
|
|
- Create a new save file:
|
|
|
|
`{{path/to/factorio}} --create {{path/to/save_file.zip}}`
|
|
|
|
- Start a Factorio server:
|
|
|
|
`{{path/to/factorio}} --start-server {{path/to/save_file.zip}}`
|