From 1063b12bb6ccbbad2e76f0a5e9d2d0b1ea9ddf1f Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 1 Sep 2020 19:35:01 +0000 Subject: [PATCH] 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 0000000..1b15c05 --- /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 91b6f04..c76af07 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    |