summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <james@mills.io>2022-08-01 03:22:17 +0000
committerJames Mills <james@mills.io>2022-08-01 03:22:17 +0000
commit35217febfc2c5d6a7e5d5d2b0b3c10a168fb2ed1 (patch)
treea9e7276d1e607646da113a4bf52fbb1698e1818a /README.md
parent3b7c29eb8abbc63eb817e5533e40adcc62c5e8da (diff)
Add support for multi-arch binary and docker image releases (#20)
Reviewed-on: https://git.mills.io/prologic/tube/pulls/20
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 4 insertions, 31 deletions
diff --git a/README.md b/README.md
index 533b028..5bd8515 100644
--- a/README.md
+++ b/README.md
@@ -23,17 +23,7 @@ MP4 H.265 AAC, multiple collections and RSS feed.
## Getting Started
-### Using Homebrew
-
-```#!sh
-$ brew tap prologic/tube
-$ brew install tube
-$ tube
-```
-
-Open http://127.0.0.1:8000/ in your Browser!
-
-### Using a Binary
+### Prebuilt Release Binaries
1. Go grab the latest binary from the
[Releases](https://git.mills.io/prologic/tube/releases) page for your
@@ -43,28 +33,23 @@ Open http://127.0.0.1:8000/ in your Browser!
Open http://127.0.0.1:8000/ in your Browser!
-### Using Docker
+### Published Docker Images
```#!sh
$ docker pull prologic/tube
$ docker run -p 8000:8000 -v /path/to/data:/data
```
-or using makefile:
-
-``` make docker-run ```
-
-
Open http://DOCKER_MACHINE_IP:8000/ in your Browser!
Where `DOCKER_MACHINE_IP` is the IP Address of your Docker Node.
-### From Source
+### Building From Source
```#!sh
$ git clone https://git.mills.io/prologic/tube
$ cd tube
-$ make
+$ make build
$ ./tube
```
@@ -217,18 +202,6 @@ Set `path` to the value of the path where you want to store videos and where
}
}
-## Stargazers over time
-
-[![Stargazers over time](https://starcharts.herokuapp.com/prologic/tube.svg)](https://starcharts.herokuapp.com/prologic/tube)
-
-## Support
-
-Support the ongoing development of Tube!
-
-**Sponser**
-
-- Become a [Sponsor](https://www.patreon.com/prologic)
-
## Contributors
Thank you to all those that have contributed to this project, battle-tested it,