Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Miikka Koskinen committed Aug 22, 2020
1 parent f2ec986 commit a8c86f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Check your deps.edn dependencies against known security vulnerabilities in [Nati
*clj-nvd has not been released yet, so you'll have to use a git dependency.*

```sh
clojure -Sdeps '{:deps {clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git" :sha "141d54f5304e53f6caa6e3de1677f3cfb04091f4"}}}' -m clj-nvd.core check
clojure -Sdeps '{:deps {clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git" :sha "f2ec98699e057a379baf170cb49cf7ad76874a70"}}}' -m clj-nvd.core check
```

Alternatively, add clj-nvd as a git dependency to your `deps.edn`:

```clojure
{:aliases
{:clj-nvd {:extra-deps {clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git"
:sha "141d54f5304e53f6caa6e3de1677f3cfb04091f4"}}
:sha "f2ec98699e057a379baf170cb49cf7ad76874a70"}}
:main-opts ["-m" "clj-nvd.core"]}}}
```

Expand All @@ -43,7 +43,7 @@ The configuration is loaded from the file `clj-nvd.edn`. See [configuration opti

## Attribution

clj-nvd is just small wrapper on [lein-nvd][lein-nvd] by Richard Hull, which in turns relies on [DependencyCheck][depcheck] Jeremy Long. To understand how to use [tools.deps.alpha][tools.deps], I looked at the source code of [Pack][pack] and [Depot][depot].
clj-nvd is just small wrapper on [lein-nvd][lein-nvd] by Richard Hull, which in turns relies on [DependencyCheck][depcheck] by Jeremy Long. To understand how to use [tools.deps.alpha][tools.deps], I looked at the source code of [Pack][pack] and [Depot][depot].

[lein-nvd]: https://github.com/rm-hull/lein-nvd
[pack]: https://github.com/juxt/pack.alpha
Expand All @@ -53,6 +53,6 @@ clj-nvd is just small wrapper on [lein-nvd][lein-nvd] by Richard Hull, which in

## License

Copyright © 2019 Metosin Oy.
Copyright © Metosin Oy and contributors.

Distributed under the Eclipse Public License 2.0.

0 comments on commit a8c86f0

Please sign in to comment.