more docs
This commit is contained in:
parent
666daa2c92
commit
e9115e275d
16
README.md
16
README.md
@ -10,10 +10,14 @@
|
|||||||
### Generate `lumbung[dot]space` posts
|
### Generate `lumbung[dot]space` posts
|
||||||
|
|
||||||
```
|
```
|
||||||
$ python3 -m venv .venv && source .venv/bin/activate
|
mkdir -p content
|
||||||
$ pip install -e git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
python3 -m venv .venv && source .venv/bin/activate
|
||||||
$ export OUTPUT_DIR=
|
pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
||||||
$ export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
|
||||||
$ lumbunglib-cal
|
export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
||||||
$ lumbunglib-vid
|
export OUTPUT_DIR=content/calendar
|
||||||
|
lumbunglib-cal
|
||||||
|
|
||||||
|
export OUTPUT_DIR=content/video
|
||||||
|
lumbunglib-vid
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user