Add missing cd command

This commit is contained in:
hensm
2018-11-29 09:32:58 +00:00
parent e7d1a27895
commit 93f3bc2e7e

View File

@@ -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