Skip to content

Commit 215efca

Browse files
committed
Merge pull request astaxie#209 from cyfdecyf/master
Fix build script
2 parents e5d0586 + f267dad commit 215efca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ebook/build.sh

100644100755
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#!/usr/bin/sh
1+
#!/bin/sh
22

33
rm -f *.html *~
44

55
export GOPATH=`pwd`
66

7-
go get -u github.com/russross/blackfriday
7+
#go get -u github.com/russross/blackfriday
8+
go get -u github.com/fairlyblank/md2min
89

910
go run build.go
1011

0 commit comments

Comments
 (0)