mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
docs: change syntax hightlighting for command examples from sh to console
This commit is contained in:
@@ -19,7 +19,7 @@ through it.
|
||||
|
||||
Here is an example of how to make a remote called `remote`. First run:
|
||||
|
||||
```sh
|
||||
```console
|
||||
rclone config
|
||||
```
|
||||
|
||||
@@ -94,19 +94,19 @@ You can then use it like this,
|
||||
|
||||
List directories in top level of your put.io
|
||||
|
||||
```sh
|
||||
```console
|
||||
rclone lsd remote:
|
||||
```
|
||||
|
||||
List all the files in your put.io
|
||||
|
||||
```sh
|
||||
```console
|
||||
rclone ls remote:
|
||||
```
|
||||
|
||||
To copy a local directory to a put.io directory called backup
|
||||
|
||||
```sh
|
||||
```console
|
||||
rclone copy /home/source remote:backup
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user