From 1063b12bb6ccbbad2e76f0a5e9d2d0b1ea9ddf1f Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 1 Sep 2020 19:35:01 +0000 Subject: [PATCH 1/3] Add run on repl.it badge to README This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 00000000..1b15c054 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 91b6f04a..c76af07d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Website docker image

- +[![Run on Repl.it](https://repl.it/badge/github/sherlock-project/sherlock)](https://repl.it/github/sherlock-project/sherlock)

Installation    |    From 313c1ceb9a055f5777200a1d31feab8161a74d05 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 2 Sep 2020 09:51:58 +0200 Subject: [PATCH 2/3] added new line --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 1b15c054..fc2fa361 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "python3" -run = "" \ No newline at end of file +run = "" From 1c4e23d6e959c7fe8f29f36b94481c1dde6d54dc Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 2 Sep 2020 09:57:02 +0200 Subject: [PATCH 3/3] changed location of repl.it button Moved it down to where the "open in google cloud shell" button is. It is nicer to keep all the options in one place --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c76af07d..c745a796 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Website docker image

-[![Run on Repl.it](https://repl.it/badge/github/sherlock-project/sherlock)](https://repl.it/github/sherlock-project/sherlock) +

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