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
|
||||
|
||||
```
|
||||
$ python3 -m venv .venv && source .venv/bin/activate
|
||||
$ pip install -e git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
||||
$ export OUTPUT_DIR=
|
||||
$ export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
||||
$ lumbunglib-cal
|
||||
$ lumbunglib-vid
|
||||
mkdir -p content
|
||||
python3 -m venv .venv && source .venv/bin/activate
|
||||
pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
||||
|
||||
export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
||||
export OUTPUT_DIR=content/calendar
|
||||
lumbunglib-cal
|
||||
|
||||
export OUTPUT_DIR=content/video
|
||||
lumbunglib-vid
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user