We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2186852 + 44dabbe commit 1194fefCopy full SHA for 1194fef
Makefile
@@ -18,7 +18,7 @@ shell:
18
/bin/bash
19
20
# Spawn a server. Specify the path to the SITE directory by
21
-# exposing it using `expose SITE="../path-to-jekyll-site"` prior to calling or
+# exposing it using `export SITE="../path-to-jekyll-site"` prior to calling or
22
# by prepending it to the make rule e.g.: `SITE=../path-to-site make server`
23
server:
24
test -d "${SITE}" || \
0 commit comments