We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b77e928 + 972ac63 commit 613ac5cCopy full SHA for 613ac5c
1 file changed
README.md
@@ -13,12 +13,21 @@ Use GitHub's template flow from the top right of this repository:
13
1. Select **Use this template**.
14
2. Select [**Create a new repository**](https://github.com/new?template_name=harness-template&template_owner=iFurySt).
15
16
-Or initialize a new or existing repository with `harness-cli`:
+Or initialize a new or existing repository with [`harness-cli`](https://github.com/iFurySt/harness-cli).
17
+Install it from npm first:
18
+
19
+```sh
20
+npm install -g @ifuryst/harness-cli
21
+```
22
23
+Then run:
24
25
```sh
26
harness-cli init --language en
27
```
28
29
+`harness-cli` requires Node.js 18+ and Go on your `PATH`.
30
31
## License
32
33
[MIT](LICENSE)
0 commit comments