diff --git a/docs/development/remote.md b/docs/development/remote.md index 8cd318f092..e9f464805a 100644 --- a/docs/development/remote.md +++ b/docs/development/remote.md @@ -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 ```