README: Add examples section.
This commit is contained in:
parent
942cf3a801
commit
03d1309a16
10
README.md
10
README.md
|
@ -76,6 +76,16 @@ dependencies using the handy `guix environment` tool:
|
||||||
guix environment -l package.scm
|
guix environment -l package.scm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Examples
|
||||||
|
--------
|
||||||
|
|
||||||
|
An example Haunt site can be found in the `example` directory:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd example
|
||||||
|
../pre-inst-env haunt build
|
||||||
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue