Add doc/README.md with command to update gh-pages

This commit is contained in:
Andreas Schuh 2020-09-18 17:48:58 +01:00
parent 8411df715c
commit 048c14220a

4
README.md Normal file
View file

@ -0,0 +1,4 @@
To update the GitHub Pages at http://gflags.github.io/gflags/, use command:
```
git subtree push --prefix=doc/ origin gh-pages
```