From 0a02dc59aac9c8f003eaedc14d9890bfb8dc8b59 Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 3 Jul 2020 09:24:40 +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 0000000..58432e9 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "rust" +run = "cargo test" \ No newline at end of file diff --git a/README.md b/README.md index 35221f7..79002ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Run on Repl.it](https://repl.it/badge/github/openflowlabs/libips)](https://repl.it/github/openflowlabs/libips) + # Library used by the Image Packaging System This repository contains all modules and functions one needs to implement an Image Packaging System based utility.