aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 12:56:05 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 12:56:05 +0200
commit7968d3b30a4da523ffaa2fbd23120921084bf54b (patch)
treeed094ea6206f9835d597bbbcae91959c2e2775c1 /README
parentHandle TZ-rule with minimum start. (diff)
downloadcalp-7968d3b30a4da523ffaa2fbd23120921084bf54b.tar.gz
calp-7968d3b30a4da523ffaa2fbd23120921084bf54b.tar.xz
Move environment setup to standalone sh file.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ef1eab18..d958cc27 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