Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-12 00:14:50 +00:00
parent 750a1b15d0
commit ed05deca5f
4 changed files with 65 additions and 1 deletions

17
tldr/linux/factorio Normal file
View 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}}`