aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-07-03 14:52:58 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-07-03 14:52:58 -0400
commit5a1218db7ab170690d5126491415e26c7a574b96 (patch)
tree9b422300d9819c1d74ad00412a2e05cf350ffd5d /README.md
parentf46f300dc5851c22da29f37d8f7201563253aa87 (diff)
downloadwebsite-5a1218db7ab170690d5126491415e26c7a574b96.tar.gz
rename install to deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88fd812..f042d6b 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ It consists of Markdown files and a custom static site generator using pandoc an
First, install the `pip` requirements:
- make install
+ make deps
You'll want to edit the [Makefile](Makefile) to set your site URL,
RSS feed title, etc.