Skip to content

Commit

Permalink
upload gucker
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Feb 12, 2024
1 parent da8313e commit 760ce12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gucker

[![codecov](https://codecov.io/gh/jhnnsrs/gucker/branch/master/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/jhnnsrs/gucker)
[![codecov](https://codecov.io/gh/arkitektio-apps/gucker/branch/master/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/jhnnsrs/gucker)
[![PyPI version](https://badge.fury.io/py/gucker.svg)](https://pypi.org/project/gucker/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://pypi.org/project/gucker/)
![Maintainer](https://img.shields.io/badge/maintainer-jhnnsrs-blue)
Expand Down Expand Up @@ -33,7 +33,8 @@ pip install gucker

## Usage

To use the software, simply run the following command:
To use the software, simply start the downloaded binary or run the following command,
if working with the pip package (and running in the same environment as the package is installed in)

```bash
gucker
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gucker"
version = "0.1.0"
version = "0.1.1"
description = "a simple watcher for file events, streaming to arkitekt"
authors = ["jhnnsrs <[email protected]>"]
license = "CC BY-NC 3.0"
Expand Down

0 comments on commit 760ce12

Please sign in to comment.