aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-01 13:10:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-01 13:10:19 +0200
commitb0f51a25df76316c1cd6aa8ea97d3eb213c72cb3 (patch)
treef3efafe4bb0a80075d4bc2915a6d25586b6a28ea /README
parentNote in README about TippedJS. (diff)
parentMerge branch 'app'. (diff)
downloadcalp-b0f51a25df76316c1cd6aa8ea97d3eb213c72cb3.tar.gz
calp-b0f51a25df76316c1cd6aa8ea97d3eb213c72cb3.tar.xz
Merge branch 'master' into tooltip
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 11eff8b5..f4b56e57 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ For basic usage, create a file ~/.config/calp/config.scm which (at
leasts) calls the f`calendar-files' with a list of files or
directories containing ics file. (Both single calendar files, and
vdir's are supported, see vdirsyncer and ikhal). Then run:
- module/main.scm html --chunked --count 1
+ ./main html --chunked --count 1
Which should generate a single HTML-page for the current month.
Contributing