From 56644a6d9567ce985afbcff1cffe45fd4dd0953d Mon Sep 17 00:00:00 2001 From: Azlam <43767972+azlam-abdulsalam@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:08:31 +1000 Subject: [PATCH] docs(readme): update sfpowerscripts installation instructions [ci skip] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4b815947b..24de9aac0 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ used by using the [docker image](https://github.com/dxatscale/sfpowerscripts/pkg Getting started guides for popular CI/CD platforms along with reference pipelines are available [here](https://docs.dxatscale.io/reference-implementation/github) +#### Installing sfpowerscripts locally + +sfpowerscripts can be installed on your local device using npm + +``` +npm i -g @dxatscale/sfpowerscripts +``` + #### Docker