Update 'README.md'

This commit is contained in:
2022-10-06 19:56:01 +02:00
parent b6a9816d73
commit cc76f778ca
+2 -2
View File
@@ -85,11 +85,11 @@ WantedBy=multi-user.target
sudo systemctl enable opencanary && sudo systemctl start opencanary
```
- or you can symply download install to avoid all manual work
- or you can symply download install script to avoid all manual work
```bash
wget https://download.csec.ba/tinkerboard/opencanary.sh
#Make it executable
sudo chmod +x ./opencanary.conf
sudo chmod +x opencanary.conf
#Execute script
sudo ./opencanary.sh
```