summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-16 14:53:44 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-16 14:53:44 +0200
commite3350c5702c41190353f964d79875177e54fad3a (patch)
tree42f9f07f0dbdfb69c03ca252725b7795fd95e4a9 /README.md
parentde5406326987057dc2dcb4d87f03da7551657a11 (diff)
downloadsubplot-e3350c5702c41190353f964d79875177e54fad3a.tar.gz
fix(README.md): drop mention of dh-cargo
It's not needed any more. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d7d373..1ef0d5f 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ You'll need to install some build dependencies. On a system running
Debian or a derivative of it:
~~~sh
-$ sudo apt-get install build-essential git debhelper dh-cargo python3 \
+$ sudo apt-get install build-essential git debhelper python3 \
librsvg2-bin graphviz plantuml daemonize procps
~~~