From 317dd961a2fa7d10f7a32c784c7076b0889bbb19 Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 21 Apr 2025 19:26:07 -0700 Subject: [PATCH] readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8fe27..d5e3a83 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ because doll. it uses [markdoll](https://codeberg.org/0x57e11a/markdoll). this is a nix package/flakey thing, the package outputs a normal directory/derivation so awawa +it currently does not support non-flake, but could. + ### step 1: make the nix package! basically, make a package that do this (there's like 8 ways to do this please be careful) @@ -151,7 +153,9 @@ the easiest way to _just output stuff_ is ```sh nix build . # if using flakes nix-build # if not -nix-shell -p python3 --command "python -m http.server -d result" # to look at it + +# to look at it +nix-shell -p python3 --command "python -m http.server -d result" ``` and open http://localhost:8000