mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 19:49:20 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/factorio
Normal file
17
tldr/linux/factorio
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user