Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Sep 30, 2012
1 parent 9a6c14a commit df872df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -31,3 +31,9 @@ $ vi ...
$ go get
$ golit ...
```

### Update Docs

```console
$ ./doc
```
3 changes: 2 additions & 1 deletion doc 100644 → 100755
@@ -1,10 +1,11 @@
#!/bin/bash

set -e
set -x

go get
golit main.go golit > /tmp/index.html
git checkout gh-pages
cp /tmp/index.html .
git commit -am "update docs"
git push github gh-pages
git co master

0 comments on commit df872df

Please sign in to comment.