Skip to content

Commit 5dcb4a3

Browse files
committed
Update README.md
1 parent 47bef05 commit 5dcb4a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Here is how to generate Doxygen documention.
1515
git clone https://github.com/open-source-parsers/jsoncpp.git
1616
git clone https://github.com/open-source-parsers/jsoncpp-docs.git
1717
cd jsoncpp; python doxybuild.py --doxygen=$(which doxygen)
18-
cd ../json-cpp
18+
cd ../jsoncpp-docs
1919
rsync -av ../jsoncpp/dist/doxygen/jsoncpp*/ doxygen/
20-
git commit -a doxygen/
20+
git add doxygen/
21+
git commit -m latest
2122
git push
2223
```
2324

24-
## `jsoncpp` v. `json-cpp`
25+
## `jsoncpp` v. `jsoncpp-docs`
2526
We store the static HTML in a different repo, `jsonp-docs` instead of `jsoncpp`, in order to reduce the total size of the jsoncpp project. The main project page is at:
2627
* https://github.com/open-source-parsers/jsoncpp

0 commit comments

Comments
 (0)