Skip to content

Commit

Permalink
Add install and usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaktomas committed Mar 4, 2023
1 parent 2b27389 commit c40d92f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,21 @@

[![Go](https://github.com/kozaktomas/horoskopycli/actions/workflows/go.yaml/badge.svg)](https://github.com/kozaktomas/horoskopycli/actions/workflows/go.yaml)

# How to install

### From source code:

```bash
go install github.com/kozaktomas/horoskopycli@latest
```

### From releases

Download the newest version from [Releases](https://github.com/kozaktomas/horoskopycli/releases) and put the binary to
your $PATH.

# Usage

```bash
./horoskopycli byk
```

0 comments on commit c40d92f

Please sign in to comment.