fix: Update readme
All checks were successful
Build Docker / Build_Docker (push) Successful in 55s

This commit is contained in:
Nathan Woodburn 2024-10-04 18:06:00 +10:00
parent 44a2b61fce
commit 307b748590
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -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
```