Skip to content

Commit

Permalink
docs: remove technical details of readme setup section
Browse files Browse the repository at this point in the history
  • Loading branch information
strayiker authored Nov 5, 2024
1 parent 5421ec1 commit 605da36
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ Open your terminal and run the following command:
tmpfile=$(mktemp) && curl -sSL https://raw.githubusercontent.com/strayiker/smart-home-media-assistant-telegram-bot/refs/heads/main/scripts/setup.sh -o $tmpfile && chmod +x $tmpfile && bash -i $tmpfile && rm $tmpfile
```

**This script will perform the following:**

1. Check for a container tools and install `Podman` if none is found (fast and light open source container tool).
2. Install `qBittorrent` if it's not already installed.
3. Configure qBittorrent `WebUI`.
4. Configure `Bot` and `API Server`.
5. Create scripts to **start**, **stop**, and **update** the `Bot`.
6. Run `qBittorrent`, `API Server` and `Bot`.

It will ask you for some necessary information, so don't go too far.

## Update
Expand Down

0 comments on commit 605da36

Please sign in to comment.