add proper url and info about kalvin versioning
This commit is contained in:
parent
7438ad36f5
commit
77935f39f7
1 changed files with 5 additions and 2 deletions
|
|
@ -12,6 +12,9 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g
|
|||
Add this to your `deps.edn`:
|
||||
|
||||
```clojure
|
||||
{:deps {io.github.yourusername/gum-utils {:git/url "https://github.com/yourusername/gum-utils"
|
||||
:sha "latest-commit-sha"}}}
|
||||
{:deps {travisshears/gum-utils {
|
||||
:git/url "https://git.travisshears.com/travisshears/gum-utils"
|
||||
:git/tag "40K"
|
||||
:git/sha "4c4a34d"
|
||||
}}}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue