From 93f3bc2e7eb41d8e051ae86a28aafd824fada359 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 29 Nov 2018 09:32:58 +0000 Subject: [PATCH] Add missing cd command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de09c44..f321b92 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Only tested on Linux and macOS. mDNS library issue to be fixed. `mdns` only work ````sh git clone https://github.com/hensm/fx_cast.git +cd fx_cast npm install npm run build npm run install-manifest @@ -51,7 +52,7 @@ npm run start --prefix ./ext ### Packaging -Packaging currently only possible on macOS: +Packaging currently only possible on macOS/Linux: ````sh npm run package