Merge pull request #952 from brianjking/patch-2

Fix typo in scp command
This commit is contained in:
Waylan Limberg
2016-05-27 15:59:36 -04:00

View File

@@ -114,7 +114,7 @@ something like this:
```sh
mkdocs build --clean
scp -r ./site usr@host:/path/to/server/root
scp -r ./site user@host:/path/to/server/root
```
Of course, you will need to replace `user` with the username you have with your