Skip to content

Commit 7fc55fe

Browse files
committed
update build instructions
1 parent 7631f7b commit 7fc55fe

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ endif
88

99
all: convert build serve
1010

11+
submodule:
12+
git submodule update --recursive --init
13+
1114
release: convert build-minial
1215

1316
convert:

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Build instructions
22

33
```bash
4-
emacs --batch -l publish.el --eval "(publish-all)"
5-
git submodule update --recursive --init
6-
hugo
4+
make submodule
5+
make
76
```

build.py

-24
This file was deleted.

0 commit comments

Comments
 (0)