From f2ce9a95572b5853064b166cc627f0d4291f8181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Bozs=C3=B3?= <3806723+peterbozso@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:50:02 +0200 Subject: [PATCH] docs: fix command highlight --- docs/content/remote_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/remote_setup.md b/docs/content/remote_setup.md index 17cdeef42..83fb79b88 100644 --- a/docs/content/remote_setup.md +++ b/docs/content/remote_setup.md @@ -100,7 +100,7 @@ Linux and MacOS users can utilize SSH Tunnel to redirect the headless box port 5 ``` ssh -L localhost:53682:localhost:53682 username@remote_server ``` -Then on the headless box run `rclone` config and answer `Y` to the `Use web +Then on the headless box run `rclone config` and answer `Y` to the `Use web browser to automatically authenticate?` question. ```