mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[ADD] small documentation paragraph
This commit is contained in:
parent
44473878d0
commit
680b4261c2
1 changed files with 7 additions and 0 deletions
|
|
@ -43,6 +43,13 @@ Parsee tries to avoid dependencies aside from [Cytoplasm](https://git.telodendri
|
||||||
Itself optionally depends on a good POSIX implementation, and optionally OpenSSL/LMDB (highly recommended, but
|
Itself optionally depends on a good POSIX implementation, and optionally OpenSSL/LMDB (highly recommended, but
|
||||||
you can get away without those if you're adventurous).
|
you can get away without those if you're adventurous).
|
||||||
|
|
||||||
|
### BUILDING WITH GUIX
|
||||||
|
If you have [Guix](https://guix.gnu.org/) installed, you can build Parsee using `guix package -f guix.scm`, or test it
|
||||||
|
using `guix shell -f guix.scm`. You can also generate a Docker/OCI image.
|
||||||
|
```sh
|
||||||
|
guix pack -f docker -S /bin=bin -L.guix/modules parsee
|
||||||
|
```
|
||||||
|
|
||||||
## RUNNING
|
## RUNNING
|
||||||
First off, you may want to configure Parsee by running the `config` tool(generally named
|
First off, you may want to configure Parsee by running the `config` tool(generally named
|
||||||
`parsee-config` in most cases), with the correct flags, like here.
|
`parsee-config` in most cases), with the correct flags, like here.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue