Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/efd8867e5ee22a889bbff542a12edb8b906d64a8 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from theodosisathanasakis/readmebranch

install python3 and python3-pip if not exist
pull/121/head
Yahya SayadArbabi 6 years ago committed by GitHub
commit efd8867e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,8 @@ $ git clone https://github.com/TheYahya/sherlock.git
# change the working directory to sherlock
$ cd sherlock
# install python3 and python3-pip if not exist
# install the requirements
$ pip3 install -r requirements.txt
```

Loading…
Cancel
Save