diff --git a/.replit b/.replit new file mode 100644 index 00000000..fc2fa361 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" diff --git a/README.md b/README.md index 91b6f04a..c745a796 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ $ cd sherlock $ python3 -m pip install -r requirements.txt ``` -[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/sherlock-project/sherlock&tutorial=README.md) + +[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/sherlock-project/sherlock&tutorial=README.md) [![Run on Repl.it](https://user-images.githubusercontent.com/27065646/91954718-7bbe2d80-ed02-11ea-9a4e-fd11c5e68148.png)](https://repl.it/github/sherlock-project/sherlock) ## Usage