From 5201e756b09ab80dd696157b2d704058bf718db7 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Sat, 31 Dec 2022 20:08:47 +0100 Subject: chore(docs): Add Guix setup notes --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index d920456..bf7fd6e 100644 --- a/README +++ b/README @@ -3,6 +3,13 @@ * Tau A front-end alternative to various streaming sites. It leverages the excellent [[https://github.com/TeamNewPipe/NewPipeExtractor][NewPipe Extractor]] library that powers the popular [[https://github.com/TeamNewPipe/NewPipe][NewPipe]] Android app. Tau exposes the extracted data over a REST API that is consumed by a local re-frame SPA. +The easiest way to set up Tau's dependencies is via the [[https://guix.gnu.org/][GNU Guix]] package manager. Simply invoke what follows: + +#+begin_src sh +cd /path/to/tau +guix shell +#+end_src + To run the application, first compile the downloader ahead-of-time. #+begin_src sh -- cgit v1.2.3