Skip to content

Commit 613ac5c

Browse files
authored
Merge pull request #1 from iFurySt/docs/harness-cli-install-readme
docs: add harness-cli setup instructions
2 parents b77e928 + 972ac63 commit 613ac5c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,21 @@ Use GitHub's template flow from the top right of this repository:
1313
1. Select **Use this template**.
1414
2. Select [**Create a new repository**](https://github.com/new?template_name=harness-template&template_owner=iFurySt).
1515

16-
Or initialize a new or existing repository with `harness-cli`:
16+
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:
1724

1825
```sh
1926
harness-cli init --language en
2027
```
2128

29+
`harness-cli` requires Node.js 18+ and Go on your `PATH`.
30+
2231
## License
2332

2433
[MIT](LICENSE)

0 commit comments

Comments
 (0)