Skip to content
Snippets Groups Projects
Commit b991ac51 authored by Milan's avatar Milan
Browse files

Center screenshots

parent 2ce64d24
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ In the end, we can make a quick check of PATH variable, whether the desired path
```echo $PATH```
> :warning: In case you have installed the rclone using the steps above, you can then use the following command to update rclone:
> **```rclone selfupdate```**
> **```rclone selfupdate```**<br/>
> ```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
----
......@@ -56,23 +56,34 @@ Firstly you need to prepare `bin` directory in your user profile, where we will
In the displayed directory you can click right mouse button -> **New** –> **Directory/Folder**. The directory should be named **bin**. Then move the **rclone.exe** file into it. The file **rclone.exe** is present in the unzipped rclone archive, which you downloaded from the [rclone websites](https://rclone.org/downloads/).
In the next step click to **Start (1)** and search for **Edit the system environment variables (2)**.
![](rclone-screenshots/rclone-path-win1.png)
<div style="text-align: center;">
![alt text](rclone-screenshots/rclone-path-win1.png)
</div>
Then click at **Environment variables (1)** in the displayed window.
![](rclone-screenshots/rclone-path-win2.png)
<div style="text-align: center;">
![alt text](rclone-screenshots/rclone-path-win2.png)
</div>
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.
![](rclone-screenshots/rclone-path-win3.png)
<div style="text-align: center;">
![alt text](rclone-screenshots/rclone-path-win3.png)
</div>
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.
```%USERPROFILE%\bin```
![](rclone-screenshots/rclone-path-win4.png)
<div style="text-align: center;">
![alt text](rclone-screenshots/rclone-path-win4.png)
</div>
In the end, you will click **OK** and **Apply**.
> :warning: In case you have installed the rclone using the steps above, you can then use the following command to update rclone:
> **```rclone selfupdate```**
> **```rclone selfupdate```**<br/>
> ```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment