Skip to content

Commit

Permalink
Fix symlink command for bookmark sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Aug 31, 2023
1 parent 5491999 commit 326aa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberduck/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <AppSupportDirectory/foldername> <CloudDirectory>` to create the symbolic link.
4. Open *Terminal.app* and execute the command `ln -s <CloudDirectory> <AppSupportDirectory/foldername>` to create the symbolic link.
````
````{group-tab} Windows
Expand Down

0 comments on commit 326aa1c

Please sign in to comment.