Skip to content

Commit

Permalink
Readme update (#45)
Browse files Browse the repository at this point in the history
deps update
  • Loading branch information
Razz4780 authored Aug 15, 2022
1 parent 7ab30b9 commit 8a05960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This runner uses UNIX-specific features of the [Tokio](https://tokio.rs/) crate.
# Dependencies
This program uses the [ssh2](https://docs.rs/ssh2/latest/ssh2/index.html) crate, which contains Rust bindings to the [libssh2](https://www.libssh2.org/) library. You will need its dev package to compile this runner.

This program creates copy-on-write QEMU images and spawns QEMU processes, so you will need QEMU executables to run it. The program was tested with `qemu-img 6.1.0` and `qemu-system-x86_64 6.1.0`.

# Usage
The most convenient way to compile it uses [Cargo](https://github.com/rust-lang/cargo), which is by default distributed with Rust.
```
Expand Down

0 comments on commit 8a05960

Please sign in to comment.