We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2186852 commit 44dabbeCopy full SHA for 44dabbe
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