aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-08-03 08:30:20 +1000
committerJustin Bedo <cu@cua0.org>2021-08-03 08:30:20 +1000
commit673973c8d2d965bb9c029e7ef7309b3c961f655f (patch)
treee75b7e3712ca697ea813ba0962be5200c115fd3a /README.md
parentefd9fcdbbd3a961e97bb3d02ae086c258c1ecb40 (diff)
add missing w3m dependencyHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5beb087..badcad9 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ A command line interface to clinvar.
# Install
-It's just a script, there are dependencies on libxml2 and FZF. If you have
-Nix with flakes enabled you can run it without "installing" by
+It's just a script, there are dependencies on libxml2, w3m, and FZF. If
+you have Nix with flakes enabled you can run it without "installing" by
```
nix run git://vk3.wtf/clinvar.git search-terms ...
```