We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9834e32 commit 3f672d2Copy full SHA for 3f672d2
README.md
@@ -34,6 +34,9 @@ curl -s https://get.simplelocalize.io/2.7/install | bash
34
35
# Windows (PowerShell)
36
. { iwr -useb https://get.simplelocalize.io/2.7/install-windows } | iex;
37
+
38
+# npm (Work in progress: https://github.com/simplelocalize/simplelocalize-cli-npm)
39
+npm install @simplelocalize/cli
40
```
41
42
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:
0 commit comments