Skip to content

Commit 4181efa

Browse files
author
xuyusong
committed
docs: add harness-cli setup instructions
1 parent b77e928 commit 4181efa

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ Or initialize a new or existing repository with `harness-cli`:
1919
harness-cli init --language en
2020
```
2121

22+
You can also initialize a new or existing repository with [`harness-cli`](https://github.com/iFurySt/harness-cli).
23+
Install it from npm first:
24+
25+
```sh
26+
npm install -g @ifuryst/harness-cli
27+
```
28+
29+
Then run:
30+
31+
```sh
32+
harness-cli init --language en
33+
```
34+
35+
`harness-cli` requires Node.js 18+ and Go on your `PATH`.
36+
2237
## License
2338

2439
[MIT](LICENSE)

0 commit comments

Comments
 (0)