Compare commits

...

1 commit
39K ... main

Author SHA1 Message Date
b8183c1f3b update readme install example 2025-07-04 16:24:12 +02:00
2 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.clj-kondo
.lsp
.cpcache

View file

@ -9,14 +9,14 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g
## Installation
Add this to your `deps.edn`:
Add this to your `bb.edn`:
```clojure
{:deps {com.travisshears/gum-utils {
:git/url "https://git.travisshears.com/travisshears/gum-utils"
:git/tag "40K"
:git/sha "77935f39f741"
}}}
{:paths ["src"]
:deps {com.travisshears/gum-utils {:git/url "https://git.travisshears.com/travisshears/gum-utils"
:git/tag "39K"
:git/sha "748b21d358b62db0476bc3577cb5398acc533ba1"}}}
```
## Dev