From e89e11a9d5683ec3a09008604a55cc222302192a Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 10 Jul 2022 14:08:55 -0400 Subject: [PATCH] README: Update name and usage --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a54f73c..266f59a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Syncthing Deck Setup +# Steam Deck Syncthing This script will download a Syncthing build and install it in the user's home directory. This allows a user to run Syncthing using a SystemD user service, and @@ -22,12 +22,19 @@ Acceptable values can be found on the [Syncthing Releases](https://github.com/syncthing/syncthing/releases) page. ``` -Usage: syncthing-deck-setup [] +Usage: steam-deck-syntching-setup [] -V, --version Specify a Syncthing Version. Default is latest. -P, --platform Specify an OS/Platform. Default is linux. -A, --arch Specify an architecture. Default is amd64. + + --no-systemd Don't do Systemd-related actions. + --no-enable Don't enable the Systemd user-service. + --no-start Don't start the Systemd user-service. + --no-binary Don't install the Syncthing binary. + -U, --uninstall Remove files setup with this script. + -v Show version -h Show this usage ```