mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: fix markdownlint issue md014/commands-show-output
This commit is contained in:
@@ -320,7 +320,7 @@ kill %1
|
||||
Make sure you have [Snapd installed](https://snapcraft.io/docs/installing-snapd)
|
||||
|
||||
```bash
|
||||
$ sudo snap install rclone
|
||||
sudo snap install rclone
|
||||
```
|
||||
Due to the strict confinement of Snap, rclone snap cannot access real /home/$USER/.config/rclone directory, default config path is as below.
|
||||
|
||||
|
||||
@@ -194,14 +194,14 @@ If the remote is running on a different URL than the default
|
||||
`http://localhost:5572/`, use the `--url` option to specify it:
|
||||
|
||||
```
|
||||
$ rclone rc --url http://some.remote:1234/ rc/noop
|
||||
rclone rc --url http://some.remote:1234/ rc/noop
|
||||
```
|
||||
|
||||
Or, if the remote is listening on a Unix socket, use the `--unix-socket` option
|
||||
instead:
|
||||
|
||||
```
|
||||
$ rclone rc --unix-socket /tmp/rclone.sock rc/noop
|
||||
rclone rc --unix-socket /tmp/rclone.sock rc/noop
|
||||
```
|
||||
|
||||
Run `rclone rc` on its own, without any commands, to see the help for the
|
||||
|
||||
Reference in New Issue
Block a user