README: Update name and usage
This commit is contained in:
parent
4076768eec
commit
e89e11a9d5
1 changed files with 9 additions and 2 deletions
11
README.md
11
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
|
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
|
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.
|
Releases](https://github.com/syncthing/syncthing/releases) page.
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: syncthing-deck-setup [<options>]
|
Usage: steam-deck-syntching-setup [<options>]
|
||||||
|
|
||||||
-V, --version Specify a Syncthing Version. Default is latest.
|
-V, --version Specify a Syncthing Version. Default is latest.
|
||||||
-P, --platform Specify an OS/Platform. Default is linux.
|
-P, --platform Specify an OS/Platform. Default is linux.
|
||||||
-A, --arch Specify an architecture. Default is amd64.
|
-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.
|
-U, --uninstall Remove files setup with this script.
|
||||||
|
|
||||||
-v Show version
|
-v Show version
|
||||||
-h Show this usage
|
-h Show this usage
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue