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