We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b1250 commit f1ff3afCopy full SHA for f1ff3af
README.md
@@ -53,6 +53,11 @@ logic.
53
if you want to use it as an oracle or directly (see
54
further).
55
56
+## Documentation
57
+
58
+You can find the
59
+[documentation online](https://meleagant.github.io/MOLOSS/index.html).
60
61
## Usage
62
63
The `moloss` executable takes as an argument a file containing the
doc/deploy.sh
@@ -0,0 +1,17 @@
1
+git checkout master
2
3
+make doc_html
4
5
+git checkout gh-pages
6
+git pull
7
8
+mv moloss.docdir/*.html ./
9
+git add *.html
10
11
+mv moloss.docdir/*.css ./
12
+git add *.css
13
14
+git commit -m "Updating doc"
15
+git push
16
17
0 commit comments