From e81cc60ccf543ab8c979e3f686cbef781718bb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Sun, 16 Apr 2023 19:56:43 +0300 Subject: [PATCH] Add info on sushi install Not sure whether this is the right place, but we need to explain that sushi needs to be installed as an npm package. Also, fixed command line syntax for Windows. We could also explain what each of the commands does... --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c29bc60..4c2eec5 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,16 @@ With the above requirements installed locally, run #### On OSX, Linux, or Unix ``` bash +npm install -g fsh-sushi ./_updatePublisher.sh --yes ./_genonce.sh ``` #### On Windows ``` -./_updatePublisher.bat --yes -./_genonce.bat +npm install -g fsh-sushi +.\_updatePublisher.bat --yes +.\_genonce.bat ``` ### Using Docker