diff --git a/README.md b/README.md new file mode 100644 index 0000000..c38b2d8 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# RISC-V Debugger +[rsrv](https://github.com/morioka22/rsrv) based RISC-V debugging tool. + +# Installation +```sh +cargo install --git https://github.com/morioka22/rvd +``` + +# Usage +``` +Usage: rvd [OPTIONS] + +Arguments: + + +Options: + -m, --mem [default: 65536] + -h, --help Print help +```