mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
docs: Create bin directory before fetching rmate file to it.
Running the curl command when the directory is not present causes it to fail.
This commit is contained in:
@@ -193,6 +193,7 @@ To setup [rmate](https://github.com/textmate/rmate) for VS Code:
|
||||
[Remote VSCode](https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode).
|
||||
2. On your remote machine, run:
|
||||
```
|
||||
$ mkdir -p ~/bin
|
||||
$ curl -Lo ~/bin/rmate https://raw.githubusercontent.com/textmate/rmate/master/bin/rmate
|
||||
$ chmod a+x ~/bin/rmate
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user