@@ -11,7 +11,7 @@ Firstly you need to download and unzip the desired [rclone](https://rclone.org/d
!!! warning
**We strongly recommend** to use up-to-date versions of rclone tool available at [rclone websites](https://rclone.org/downloads/). Using rclone version from system repositories can cause some errors due to the outdated rclone version. In case of a manual installation into the user profile, see below, you can use for an update following command:
**```rclone selfupdate```**
**```rclone selfupdate```**
----
...
...
@@ -29,22 +29,23 @@ In the last step, we need to put the path to the rclone binary file into PATH en
```PATH=/home/user/bin:$PATH```
???+ note "Persitent setup"
For **persistent presence** of the rclone binary file path in the PATH variable you can add the following line into **.bashrc file**:
> :bulb: For **persistent presence** of the rclone binary file path in the PATH variable you can add the following line into **.bashrc file**:
In the section User variables for **UserXY (1)** you will select the line with variable **Path (2)** and then you will click on the **Edit (3)** button.
You can add the new path by clicking on the **New (1)** button and then you have to insert the path to the pre-prepared **“bin” folder (2)**, see below. The setup is then confirmed by clicking on the **OK (3)** button.