From 0ec7f6ffe55b86e6f57ebc7a00a5b10c0d453d79 Mon Sep 17 00:00:00 2001 From: vedant patel Date: Fri, 8 May 2020 09:44:59 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. 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 | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 000000000..1b15c0540 --- /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 d3cc006fc..7e8dcdd06 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,4 @@ Translations * [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md) * [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md) * [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md) +[![Run on Repl.it](https://repl.it/badge/github/sqlmapproject/sqlmap)](https://repl.it/github/sqlmapproject/sqlmap) \ No newline at end of file