From 4fcd36a5ab771e4cfe74d31ac74f7ac44b0499e0 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:46:57 +0200 Subject: [PATCH] docs: fix markdownlint issue md014/commands-show-output --- docs/content/install.md | 2 +- docs/content/rc.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/install.md b/docs/content/install.md index 0c9532638..4725c7c6a 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -320,7 +320,7 @@ kill %1 Make sure you have [Snapd installed](https://snapcraft.io/docs/installing-snapd) ```bash -$ sudo snap install rclone +sudo snap install rclone ``` Due to the strict confinement of Snap, rclone snap cannot access real /home/$USER/.config/rclone directory, default config path is as below. diff --git a/docs/content/rc.md b/docs/content/rc.md index 9e896e0e3..48f7bf99c 100644 --- a/docs/content/rc.md +++ b/docs/content/rc.md @@ -194,14 +194,14 @@ If the remote is running on a different URL than the default `http://localhost:5572/`, use the `--url` option to specify it: ``` -$ rclone rc --url http://some.remote:1234/ rc/noop +rclone rc --url http://some.remote:1234/ rc/noop ``` Or, if the remote is listening on a Unix socket, use the `--unix-socket` option instead: ``` -$ rclone rc --unix-socket /tmp/rclone.sock rc/noop +rclone rc --unix-socket /tmp/rclone.sock rc/noop ``` Run `rclone rc` on its own, without any commands, to see the help for the