diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0b7443 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# undmg +Extract a DMG file. + +## Usage +```sh +./undmg < ./Sublime\ Text\ Build\ 3103.dmg +``` + +## Building + +This requires zlib, bzip2, and glibc to build. + +``` +$ git clone https://github.com/matthewbauer/undmg.git +$ cd undmg +$ make +$ ./undmg +``` + +## License +GPL3, most of this code is from the [xpwn](https://github.com/planetbeing/xpwn)