Skip to content

Commit

Permalink
docs: changes placement of image information
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous-org-za committed Jul 8, 2024
1 parent 2187ac7 commit 40f4ea6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,30 @@ services:
- PORT=8000
image: anonymoussystems/torbox-tinfoil-server:latest
```
3. Connect using the connection details found above from Tinfoil.
*You may also use the Github repository container found here: ghcr.io/torbox-app/torbox-tinfoil-server:latest*
3. Connect using the connection details found above from Tinfoil.
## Running Locally (no Docker)
1. Make sure you have Python installed. Anything from v3.6 should be okay.
2. Download or git clone this repository.
```
```bash
git clone https://github.com/TorBox-App/torbox-tinfoil-server.git
```
or download repository zip [here](https://github.com/TorBox-App/torbox-tinfoil-server/archive/refs/heads/main.zip) and extract the files.

3. Create a `.env` file or rename `.env.example` to `.env`.
4. Edit or add in your environment variables to the `.env` file.
5. Install the requirements.
```
```bash
pip3 install -r requirements.txt
```
7. If planning to run over the internet, make sure port 8000 is open. You may also edit this port using the `PORT` environment variable.
8. Run the `main.py` script.
```
```bash
python3 main.py
```
7. Connect using the connection details found above from Tinfoil.
Expand Down

0 comments on commit 40f4ea6

Please sign in to comment.