mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
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:
parent
86728997ab
commit
0a02dc59aa
2 changed files with 4 additions and 0 deletions
2
.replit
Normal file
2
.replit
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
language = "rust"
|
||||
run = "cargo test"
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
[](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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue