From e3bed71aaa36772ebcd528b44182549b9e6e4619 Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 25 Jul 2023 00:43:08 -0400 Subject: [PATCH] add notes for syncthing --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 42c12e6..8b396bc 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ via cloning, `make`, and `make install`: make sudo make install +#### `kde-autostart-syncthing` + +Adds an autostart entry for +`/usr/bin/syncthing serve --no-browser --logfile=default`, which starts +Syncthing without opening the web UI and logs to files in +`~/.config/syncthing`. Install [Syncthing][syncthing] via your package manager, +probably. + #### `kde-dolphin` Configuration for Dolphin. Mostly toolbar layout and icon sizes. @@ -103,3 +111,4 @@ another one for skip-worktree: [colors]: https://github.com/eritbh/kde-application-titlebar-themes [ksuperkey]: https://github.com/hanschen/ksuperkey [stow]: https://www.gnu.org/software/stow +[syncthing]: https://syncthing.net