From 6f2b3d449b9daedf6771d604cb63666b92508a7c Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 29 May 2022 14:03:34 +0000 Subject: [PATCH] update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58d49aa..e920c74 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # SlowDowner music web player with slowdown option -## System Dependendies +## System Dependencies ### Ubuntu/Debian (apt) -TODO +install nodejs and yarn (should also work with raw npm). ### NixOS If you have the nix package manager or are running NixOS you can install all dependencies with @@ -24,7 +24,7 @@ then you can run ```yarn run start``` to run the server locally or use the provided Dockerfile to create a dockerimage like this -```docker build -t slowdowner:v3 .``` +```docker build -t slowdowner:v{X} .``` for example ### Development @@ -32,3 +32,4 @@ to run the test server locally run ``` yarn run start ``` and in another terminal ``` yarn run dev ``` +to build and watch the static frontend files