add more docs about ws

This commit is contained in:
Benjamin Sergeant
2019-10-09 22:42:03 -07:00
parent 852bf452b6
commit 8152898c4e
2 changed files with 167 additions and 1 deletions

View File

@ -109,7 +109,7 @@ install_cmake_for_linux:
# source venv/bin/activate
# pip install mkdocs
doc:
./venv/bin/mkdocs build -d ../bsergean.github.io/IXWebSocket/site
mkdocs gh-deploy
.PHONY: test
.PHONY: build