You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With [**Python 3.10**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get ***chkware*** installed.
25
25
26
26
```bash
27
-
$ python -m pipx install chk
27
+
$ pipx install chk
28
28
```
29
29
30
30
Jump to the [setup guide](setup) for different ways to install ***chkware***.
@@ -34,6 +34,10 @@ Jump to the [setup guide](setup) for different ways to install ***chkware***.
34
34
[Get started](quick-start) quickly here.
35
35
Find [More examples](examples) here
36
36
37
+
### Ask anything
38
+
39
+
Please use tag `chkware-cli` with the question on [stackoverflow.com](https://stackoverflow.com/questions/tagged/chkware-cli) to ask or discuss anything. Follow the tag if you want to help others with your knowledge.
40
+
37
41
### Contribute
38
42
39
43
Read [contribution guide](https://github.com/chkware/cli/blob/971e7400848f26f9f8d2be5fa9eef5fa80a6ded0/docs/CONTRIBUTING.md) and [code of conduct](https://github.com/chkware/cli/blob/971e7400848f26f9f8d2be5fa9eef5fa80a6ded0/docs/CODE_OF_CONDUCT.md) to start contributions.
0 commit comments