From a2169220d1c02832e5973976c43a227ad59d7e41 Mon Sep 17 00:00:00 2001 From: TheGold Rusher Date: Mon, 8 Jun 2020 06:49:42 +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 | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 00000000..ccb80c6c --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "docker pull docker.pkg.github.com/checkra1n/pongoos/build-pongo:latest" \ No newline at end of file diff --git a/README.md b/README.md index 242de3de..c94b06ae 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,5 @@ Kernel patchfinder ------------------ Note that the checkra1n patchfinder is not currently open-source. However, the KPF JIT that will ship on checkra1n 0.10.0 onwards is part of this repository. That means that pongoOS builds from this repository will always boot to the shell by default instead of XNU. + +[![Run on Repl.it](https://repl.it/badge/github/checkra1n/pongoOS)](https://repl.it/github/checkra1n/pongoOS) \ No newline at end of file