diff --git a/README.md b/README.md index a7dda10c..8c6f1d7c 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ $ git remote add docs docusaurus@docs.cwtch.im:/home/docusaurus/git/docs.cwtch.i $ git push docs staging ``` + ### Deployment to Prod The staging website must be manually promoted to prod. This can be done by logging into the docs server as `docusarus` and running: -`rsync -a --delete staging/ prod/` \ No newline at end of file +`rsync -a --delete staging/ prod/`