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).
This commit is contained in:
undefined 2020-07-03 09:24:40 +00:00 committed by repl.it user
parent 86728997ab
commit 0a02dc59aa
2 changed files with 4 additions and 0 deletions

2
.replit Normal file
View file

@ -0,0 +1,2 @@
language = "rust"
run = "cargo test"

View file

@ -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 # Library used by the Image Packaging System
This repository contains all modules and functions one needs to implement an Image Packaging System based utility. This repository contains all modules and functions one needs to implement an Image Packaging System based utility.