Skip to content

Commit afe6681

Browse files
committed
util for readme
1 parent 7b8bfd0 commit afe6681

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/build-readme.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using Pkg
2+
Pkg.activate(".")
3+
4+
using Weave
5+
6+
weave("README.jmd", out_path=:pwd, doctype="github")

0 commit comments

Comments
 (0)