From 0f0b06ee4799b8add8185b6fc7292216d6463280 Mon Sep 17 00:00:00 2001 From: cp6 Date: Sun, 13 Nov 2022 21:58:01 +1100 Subject: [PATCH] Updated readme for NPM usage Updated readme for NPM usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a9fbe2..98571ce 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Example yabs.sh call to POST the result `curl -sL yabs.sh | bash -s -- -s "http://domain.com/api/yabs/tnSJLyhz/USERAPIKEYISHERE"` +### NPM / Laravel mix now in use + +```shell +npm install +npm run prod +``` + #### Please run the following if updating from existing install: ```shell