From 21af5ce0202a90a190bf235d81fa5d74c344ac60 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 25 Apr 2022 19:10:29 -0700 Subject: [PATCH] Update readme instructions --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 608e06a6d..324eeaf1b 100644 --- a/web/README.md +++ b/web/README.md @@ -8,7 +8,7 @@ The Owncast web frontend is a [Next.js](https://nextjs.org/) project with [React **First**, install the dependencies. -```npm install``` +```npm install --include=dev``` ### Run the web project