summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2024-03-16 18:12:45 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2024-03-16 18:12:45 +0000
commit3d3235bdb4efd6ab34a94abaf4fb5a8df0bcf12f (patch)
tree42f9f07f0dbdfb69c03ca252725b7795fd95e4a9
parentde5406326987057dc2dcb4d87f03da7551657a11 (diff)
parente3350c5702c41190353f964d79875177e54fad3a (diff)
downloadsubplot-main.tar.gz
Merge branch 'no-dh-cargo' into 'main'HEADmain
fix(README.md): drop mention of dh-cargo See merge request subplot/subplot!375
-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
~~~