Skip to content

Commit

Permalink
Updates to home and Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Nov 24, 2021
1 parent b923613 commit 6e95ea7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
23 changes: 21 additions & 2 deletions Home.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Getting Started
Install qbit_mange either by installing Python3 on the localhost and following the [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations) Guide or by installing Docker and following the [Docker Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation) Guide or the [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation) Guide.<br>
# qBit_manage Wiki
This wiki should tell you everything you need to know about the script to get it working.

## Getting Started
1. Install qbit_mange either by installing Python3 on the localhost and following the [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations) Guide or by installing Docker and following the [Docker Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation) Guide or the [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation) Guide.<br>
Once installed, you have to edit the config file.<br>
After that, you can start automatically managing your qBittorrent instance.
2. Once installed, you have to create a [Configuration File](https://github.com/StuffAnThings/qbit_manage/blob/master/config/config.yml.sample) filled with all your values to connect to your qBittorrent instance.

## Support
* If you're getting an Error or have an Enhancement post in the [Issues](https://github.com/StuffAnThings/qbit_manage/issues/new).
* If you have a configuration question post in the [Discussions](https://github.com/StuffAnThings/qbit_manage/discussions/new).
* Pull Request are welcome but please submit them to the [develop branch](https://github.com/StuffAnThings/qbit_manage/tree/develop).



## Table of Contents
- [Home](https://github.com/StuffAnThings/qbit_manage/wiki)
- [Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Installation)
- [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation)
- [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations)
- [NIX Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Nix-Installation)
- [Docker Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation)
- [Config Setup](https://github.com/StuffAnThings/qbit_manage/wiki/Config-Setup)
2 changes: 2 additions & 0 deletions Installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Installation Table of Contents

- [Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Installation)
- [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation)
- [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations)
Expand Down

0 comments on commit 6e95ea7

Please sign in to comment.