Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<a href="https://www.bestpractices.dev/projects/9829"><img src="https://www.bestpractices.dev/projects/9829/badge"></a>
</p>

> *cmdline tool for interact with KernelCI*

Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI services.
*Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI*

## Quickstart

Expand All @@ -21,13 +19,13 @@ pip install kci-dev

## Configuration

You can see a example configuration file [here](https://github.com/kernelci/kci-dev/blob/v0.1.1/docs/_index.md#configuration).
You can see a example configuration file [here](https://github.com/kernelci/kci-dev/blob/main/docs/_index.md#configuration).
Without a auth token kci-dev can be used in results view only mode.

## Contributing to kci-dev

The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
The [Contributor Guide](https://github.com/kernelci/kci-dev/blob/v0.1.1/CONTRIBUTING.md) should guide you on how to contribute to kci-dev project.
The [Contributor Guide](https://github.com/kernelci/kci-dev/blob/main/CONTRIBUTING.md) should guide you on how to contribute to kci-dev project.


## License
Expand Down
Loading