🔧 master: work in progress [might break]

This commit is contained in:
Leon van Kammen 2026-07-31 20:03:24 +02:00
parent 4053afc81d
commit 15c0d56e53
2 changed files with 2 additions and 7 deletions

2
.gitignore vendored
View file

@ -3,4 +3,4 @@ experienceB
result result
src/janusweb src/janusweb
janusweb* janusweb*
myverse ./myverse

View file

@ -18,11 +18,7 @@
echo "available commands:" echo "available commands:"
echo "" echo ""
echo " # build xrforge.com binary (via default.nix) echo " for recent rclone: nix-shell '<nixpkgs>' -I nixpkgs=channel:nixos-unstable -p rclone"
echo " nix-build
echo ""
echo " # run as docker
echo " docker exec ...
echo "" echo ""
''; '';
@ -30,4 +26,3 @@
} }