From d5aefcd9bd337526edc2d369e5a5b493367cedc3 Mon Sep 17 00:00:00 2001 From: Marcel Alexandru Nitan Date: Wed, 1 Feb 2023 02:43:59 +0200 Subject: [PATCH] README: add README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3487963 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# isodrive (halium) + +* `sudo apt install build-essential` + +* `git clone https://github.com/nitanmarcel/isodrive` + +* `cd isodrive` + +* `make` + +mount + +* `sudo ./isodrive /full/path/to/file.iso` + +umount + +* `sudo ./isodrive` + + +Inspired by https://github.com/fredldotme/ISODriveUT