From ebf364a4bc6c95dc4e0d58025e6ef6e11e8f4526 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Mon, 1 Mar 2021 14:58:19 -0500 Subject: [PATCH] minor README.md change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cd779a..f7d6f0c 100644 --- a/README.md +++ b/README.md @@ -130,9 +130,9 @@ It does not attempt to download them, it bundles them. To simulate this from a d these four files in your Git repo: ```shell script - ln -s ../hush3/src/hushd - ln -s ../hush3/src/komodod - ln -s ../hush3/src/komodo-cli +ln -s ../hush3/src/hushd +ln -s ../hush3/src/komodod +ln -s ../hush3/src/komodo-cli ``` The above assumes silentdragon and hush3 git repos are in the same directory. File names on Windows will need to be tweaked.