Skip to content

Commit

Permalink
Merge branch 'master' of github.com:academo/kibbe
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 14, 2021
2 parents 6e61dd8 + ca22ad0 commit eb13a91
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ kibbe is a cli tool to ease common tasks when developing plugins for kibana.
- Give it running permissions `chmod +x kibbe`
- Add it to your path (e.g. `cp kibbe .local/bin`)

## Running it on MacOs

Kibbe is originally developed in Linux, also build and fully compatible with Mac but the release files are not signed with an apple certificate as they [cost up to 100 dollars](https://developer.apple.com/support/compare-memberships/).

Due to this you, mac will block kibbe from running and you need to grant running permissions to kibbe when you run it for the first time.

You can do this by going to `Preferences -> Security -> General` where you'll see the option to `allow anyway`. Once you allow it to run you can start using it.

![image](https://user-images.githubusercontent.com/227916/125635023-38bd54c9-5105-4301-95b2-55c259378812.png)

Note: It is likely you wil have to do this again for future updates.

## Building it yourself

Expand Down

0 comments on commit eb13a91

Please sign in to comment.