We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-s
install.sh
1 parent 5a3a8da commit dd1d4e7Copy full SHA for dd1d4e7
README.md
@@ -39,6 +39,12 @@ bash ./slacktee/install.sh /usr/local/bin/slacktee
39
```
40
41
After the installation, interactive setup starts automatically.
42
+If you would like to install slacktee.sh without the interactive setup, you can skip it with `-s` or `--skip-setup` option.
43
+
44
+```
45
+# Install slacktee without the interactive setup
46
+bash ./slacktee/install.sh -s
47
48
49
### Packages ###
50
Packages are also availalbe for some platforms:
0 commit comments