From 0beee7168b943e779b416047fc254949eac0c864 Mon Sep 17 00:00:00 2001 From: Milan <milan.danecek@gmail.com> Date: Tue, 8 Aug 2023 17:21:54 +0200 Subject: [PATCH] Fix warning block --- object-storage/rclone.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/object-storage/rclone.md b/object-storage/rclone.md index d634d12..26fbf9e 100644 --- a/object-storage/rclone.md +++ b/object-storage/rclone.md @@ -9,7 +9,8 @@ This guide serves for rclone tool configuration. Rclone is the swiss knife for c ## Downloading and installation of rclone tool Firstly you need to download and unzip the desired [rclone](https://rclone.org/downloads/) version according to the system you operate. -> :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: +!!! 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```** ---- -- GitLab