From cc76f778ca104918b238a30247e0e269bb16013c Mon Sep 17 00:00:00 2001 From: jbanic Date: Thu, 6 Oct 2022 19:56:01 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e278450..f2c54cd 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file