adding rsync command to readme

This commit is contained in:
Allan Bowe
2018-09-03 16:50:28 +02:00
parent 9923a16933
commit 4eea1444ec
2 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,8 @@ Installation
To build, navigate to the root of this repo and run:
mkdocs build --clean
To deploy, run the following:
`rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io`
Note that the readme has been renamed to README.txt to prevent github pages from considering it to be the index by default!