diff options
| -rw-r--r-- | content/mumble.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/mumble.md b/content/mumble.md index 2c475b6..2f0a484 100644 --- a/content/mumble.md +++ b/content/mumble.md @@ -124,11 +124,11 @@ Click on `Ok`, select your server from the list and click `Connect`. Move your binary to the folder `~` of your remote server. ```sh -spc <your_binary> root@<your_server_ip>:~ +scp <your_binary> root@<your_server_ip>:~ ``` --- Written by [NotMtth](https://notmtth.xyz) (Tor access warning) -Donate Monero at: `donate.notmtth.xyz` ([OpenAlias](https://openalias.org/))
\ No newline at end of file +Donate Monero at: `donate.notmtth.xyz` ([OpenAlias](https://openalias.org/)) |
