From 69ee08ac78e2d131397e18dde1d9056ec02742f5 Mon Sep 17 00:00:00 2001 From: snobu Date: Sat, 18 Apr 2020 22:34:29 +0300 Subject: [PATCH] Cleanup npm run command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320cfc0..bcaa36c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Hopefully this doesn't break the end user agreement for Microsoft Stream. Since ## Prereqs - **Node.js**: anything above v8.0 seems to work. A GitHub Action runs tests on all major Node versions on every commit. -- **npm**: Usually comes with Node.js, type `npm` in your terminal to check for its presence +- **npm**: usually comes with Node.js, type `npm` in your terminal to check for its presence - **ffmpeg**: a recent version (year 2019 or above), in `$PATH` or in the same directory as this README file (project root). Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) approach towards the OS it's running on. We've successfully tested it on Windows, macOS and Linux. @@ -39,7 +39,7 @@ Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) ap To build destreamer run the following commands, in order - - `npm install` -- `npm run -s build` +- `npm run build` ## Usage