mirror of https://github.com/zulip/zulip.git
docs: Improve punctuation on remote.md.
This commit is contained in:
parent
2ca1c0c63e
commit
54d2215f1b
|
@ -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
|
3. Make sure the remote server is running in VS Code (you can
|
||||||
force-start through the Command Palette).
|
force-start through the Command Palette).
|
||||||
4. SSH to your remote machine using
|
4. SSH to your remote machine using:
|
||||||
```console
|
```console
|
||||||
$ ssh -R 52698:localhost:52698 user@example.org
|
$ ssh -R 52698:localhost:52698 user@example.org
|
||||||
```
|
```
|
||||||
5. On your remote machine, run
|
5. On your remote machine, run:
|
||||||
```console
|
```console
|
||||||
$ rmate [options] file
|
$ rmate [options] file
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue