diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 21 |
1 files changed, 3 insertions, 18 deletions
@@ -3,8 +3,9 @@ Jellything (not to be confused with "Jellyfin") is a media streaming software, optimizied for serving movies and such. -To get started, take a look at -[the Book](https://jellything.metamuffin.org/book/) +## Documentation & Guide + +See [the Book](https://jellything.metamuffin.org/book/). ## Features @@ -20,22 +21,6 @@ To get started, take a look at - Adaptive bitrate and real-time transcoding - Blazingly fast 🚀 🚀 -## Usage - -Requirements: - -- esbuild -- dav1d -- nasm -- nightly rust toolchain - -```sh -cargo +nightly install jellything --git https://codeberg.org/metamuffin/jellything.git -cargo +nightly install jellytool --git https://codeberg.org/metamuffin/jellything.git -jellytool init --brand 'Blubflix' data # data will be a directory containing all the instances data -jellything data/config.yaml -``` - ## Licence The Licence is AGPL-3.0-only, see `COPYING` |