From c263e130008b815ba7a752b3ea58841e2927e311 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 11 Jan 2021 20:28:47 +0100 Subject: [PATCH] fix: update binary file name in docs for consistency --- DEPLOY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index f101539e..b547b644 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -14,8 +14,8 @@ what you need. Now copy the right url: - arm: `https://conduit.rs/master/arm/conduit-bin` ```bash -$ sudo wget -O /usr/local/bin/conduit -$ sudo chmod +x /usr/local/bin/conduit +$ sudo wget -O /usr/local/bin/matrix-conduit +$ sudo chmod +x /usr/local/bin/matrix-conduit ```