From 307b748590e7859e681b40341672a44008470a34 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 4 Oct 2024 18:06:00 +1000 Subject: [PATCH] fix: Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b008357..b6b6519 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Replace the token file with the token provided (this is case sensitive and must This token is used to get a certificate for the domain. ```sh +cd /root git clone https://git.woodburn.au/nathanwoodburn/hns_doh_loadbalancer.git -cd hns_doh_loadbalancer -echo "TOKEN FROM NATHAN" > token -sudo ./install.sh +echo "TOKEN FROM NATHAN" > /root/hns_doh_loadbalancer/token +sudo hns_doh_loadbalancer/install.sh ```