summaryrefslogtreecommitdiffstats
path: root/office/hebcal/README
diff options
context:
space:
mode:
Diffstat (limited to 'office/hebcal/README')
-rw-r--r--office/hebcal/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/office/hebcal/README b/office/hebcal/README
index 12a653b5ee..259386a9db 100644
--- a/office/hebcal/README
+++ b/office/hebcal/README
@@ -3,11 +3,12 @@ hebcal - A perpetual Jewish calendar, by Danny Sadinoff
Prints Hebrew calendar info for Gregorian date range.
Holidays, candle lighting times, yahrzeits, weekly parshas etc.
-Default city is New York. To change this, pass CITY to the SlackBuild
-script. Example:
+Default city is New York. To change this, pass DEFAULT_CITY to the
+SlackBuild script. Example:
- CITY="Washington DC" ./hebcal.SlackBuild
+ DEFAULT_CITY="Washington DC" ./hebcal.SlackBuild
-See cities.h for a list of known cities and coordinates.
+See c/cities.h for a list of known cities and coordinates.
+
+The city information can also be specified at run time. See README.md.
-The city information can also be defined at run time. See README.md.