From 760fb01156c31042c4b0dcdb47ac84fbd76f32d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 19 Aug 2025 08:52:58 +0200 Subject: [PATCH] chore: Update README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 235d32b..b845960 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ # Slopvivors + +Not AI-slop, but just regular slop survivors game. + +# Build + +Build using nix: + +```console +$ nix build .#\slopvivors +``` + +# Development + +Use nix to setup development environment. Contains godot and other useful tools. + +```console +$ nix develop +$ godot project.godot +``` +