From ba492bd7fc2b13b189207ab0d37c16a420114dff Mon Sep 17 00:00:00 2001
From: Milan <milan.danecek@gmail.com>
Date: Tue, 8 Aug 2023 17:39:58 +0200
Subject: [PATCH] Fix rclone

---
 object-storage/rclone.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/object-storage/rclone.md b/object-storage/rclone.md
index d94aece..7bd68d0 100644
--- a/object-storage/rclone.md
+++ b/object-storage/rclone.md
@@ -43,7 +43,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:
+    In case you have installed the rclone using the steps above, you can then use the following command to update rclone:<br/>
     **```rclone selfupdate```**<br/>
     ```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
 
@@ -62,7 +62,7 @@ In the next step click to **Start (1)** and search for **Edit the system environ
 ![](rclone-screenshots/rclone-path-win1.png){ width="800" height="600" style="display: block; margin: 0 auto" }
 
 Then click at **Environment variables (1)** in the displayed window.
-![](rclone-screenshots/rclone-path-win2.png){ width="800" height="600" style="display: block; margin: 0 auto" }
+![](rclone-screenshots/rclone-path-win2.png){ width="600" height="450" style="display: block; margin: 0 auto" }
 
 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.
 
@@ -72,12 +72,12 @@ You can add the new path by clicking on the **New (1)** button and then you have
 
 ```%USERPROFILE%\bin```
 
-![](rclone-screenshots/rclone-path-win4.png){ width="800" height="600" style="display: block; margin: 0 auto" }
+![](rclone-screenshots/rclone-path-win4.png){ width="600" height="450" style="display: block; margin: 0 auto" }
 
 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:
+    In case you have installed the rclone using the steps above, you can then use the following command to update rclone:<br/>
     **```rclone selfupdate```**<br/>
     ```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
 
-- 
GitLab