From 7968d3b30a4da523ffaa2fbd23120921084bf54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Apr 2020 12:56:05 +0200 Subject: Move environment setup to standalone sh file. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3