Skip to content

Commit c7a77d9

Browse files
committed
update readme
1 parent affbd3c commit c7a77d9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

readme.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ If you use uPickle and like it, please support it by donating to our Patreon:
2020

2121
- [https://www.patreon.com/lihaoyi](https://www.patreon.com/lihaoyi)
2222

23-
[![Build Status](https://travis-ci.org/lihaoyi/upickle.svg)](https://travis-ci.org/lihaoyi/upickle)
24-
25-
26-
[![Join the chat at https://gitter.im/lihaoyi/upickle](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lihaoyi/upickle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
23+
# Developer Docs
24+
25+
* Publishing is automatic on pushing tag to Github
26+
* Updating docs is manual;
27+
* `sbt upickleReadme/run`
28+
* `git checkout gh-pages`
29+
* `cp -R upickleReadme/target/scalatex/* .`
30+
* `git commit -am .`
31+
* `git push origin head`

0 commit comments

Comments
 (0)