From b991ac51477e64131e0be04bc5fd95890063e013 Mon Sep 17 00:00:00 2001 From: Milan <milan.danecek@gmail.com> Date: Tue, 8 Aug 2023 17:13:53 +0200 Subject: [PATCH] Center screenshots --- object-storage/rclone.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/object-storage/rclone.md b/object-storage/rclone.md index d8f8fa6..d634d12 100644 --- a/object-storage/rclone.md +++ b/object-storage/rclone.md @@ -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)**. - + +<div style="text-align: center;"> + +</div> Then click at **Environment variables (1)** in the displayed window. - +<div style="text-align: center;"> + +</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. - +<div style="text-align: center;"> + +</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``` - +<div style="text-align: center;"> + +</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``` + + -- GitLab