From cc8a61e9fa392e9845f78b062647a95f4db110ab Mon Sep 17 00:00:00 2001 From: jonasberge <24623262+jonasberge@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:39:41 +0100 Subject: [PATCH] Fix instructions for building from source Add npm run build command --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 767a941..76407fe 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,13 @@ nix-env -iA nixpkgs.tidal-hifi To install and work with the code on this project follow these steps: -- git clone [https://github.com/Mastermindzh/tidal-hifi.git](https://github.com/Mastermindzh/tidal-hifi.git) -- cd TIDAL Hi-Fi -- npm install -- npm start +```sh +git clone https://github.com/Mastermindzh/tidal-hifi.git +cd tidal-hifi +npm install +npm run build +npm start +``` ## Integrations