mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Merge pull request #952 from brianjking/patch-2
Fix typo in scp command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user