readme update
This commit is contained in:
parent
c2861b8f18
commit
317dd961a2
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue