Skip to content

Commit

Permalink
Add comment about -s option of install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-ckato committed Oct 16, 2020
1 parent 5a3a8da commit dd1d4e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ bash ./slacktee/install.sh /usr/local/bin/slacktee
```

After the installation, interactive setup starts automatically.
If you would like to install slacktee.sh without the interactive setup, you can skip it with `-s` or `--skip-setup` option.

```
# Install slacktee without the interactive setup
bash ./slacktee/install.sh -s
```

### Packages ###
Packages are also availalbe for some platforms:
Expand Down

0 comments on commit dd1d4e7

Please sign in to comment.