Skip to content

Commit dd1d4e7

Browse files
committed
Add comment about -s option of install.sh
1 parent 5a3a8da commit dd1d4e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ bash ./slacktee/install.sh /usr/local/bin/slacktee
3939
```
4040

4141
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+
```
4248

4349
### Packages ###
4450
Packages are also availalbe for some platforms:

0 commit comments

Comments
 (0)