From c55d3478dd333580eb2a33afac7efa7611ebde5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 11 Feb 2024 19:48:51 -0800 Subject: [PATCH] update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1241391..f4c7104 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # fml a tiny cli modlist editor for Factorio written in go + +## technologies used +- written in [go](https://go.dev) using: + - [huh](https://github.com/charmbracelet/huh) + - [cli](https://github.com/urfave/cli) + - [log](https://github.com/charmbracelet/log) +- written using [helix](https://helix-editor.com/) +- tested on [void linux](https://voidlinux.org/) + + +## factorio has a built in mod manager, so why? + +The in-game mod manager can't be used with a headless server, and editing JSON by hand just isn't my style.