docs: Improve punctuation on remote.md.

This commit is contained in:
Arnold Mwesigye 2023-10-02 04:31:34 +03:00 committed by GitHub
parent 2ca1c0c63e
commit 54d2215f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -211,11 +211,11 @@ well; contributions of precise documentation for them are welcome!
```
3. Make sure the remote server is running in VS Code (you can
force-start through the Command Palette).
4. SSH to your remote machine using
4. SSH to your remote machine using:
```console
$ ssh -R 52698:localhost:52698 user@example.org
```
5. On your remote machine, run
5. On your remote machine, run:
```console
$ rmate [options] file
```