From 326aa1c70a31d8ea7aee08d458998674f9f37852 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Thu, 31 Aug 2023 23:02:17 +0200 Subject: [PATCH] Fix symlink command for bookmark sharing --- cyberduck/bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberduck/bookmarks.md b/cyberduck/bookmarks.md index c4f25178..2f1576d3 100644 --- a/cyberduck/bookmarks.md +++ b/cyberduck/bookmarks.md @@ -221,7 +221,7 @@ This only works properly while using the standalone version of Cyberduck or Moun 1. Install the Dropbox app, log into your Dropbox account and synchronize the folder where you want to have the bookmarks to the local disk. 2. Quit *Cyberduck* and/or *Mountain Duck*. 3. Navigate to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/` and move the folders *Bookmarks* and if available *Profiles* to the desired location on Dropbox. -4. Open *Terminal.app* and execute the command `ln -s ` to create the symbolic link. +4. Open *Terminal.app* and execute the command `ln -s ` to create the symbolic link. ```` ````{group-tab} Windows