diff options
author | Kam Woods <kamwoods@gmail.com> | 2016-05-14 16:05:01 -0400 |
---|---|---|
committer | Kam Woods <kamwoods@gmail.com> | 2016-05-14 16:05:01 -0400 |
commit | 74657b5133b13f4610379cbce3f0d28d6a92666b (patch) | |
tree | 8419113cc06c71f0f2e9fdd50cee84b9a1ed53c1 | |
parent | c8328885776332b0c9211abce31880eecccf90aa (diff) | |
download | DiskFormatID-74657b5133b13f4610379cbce3f0d28d6a92666b.zip DiskFormatID-74657b5133b13f4610379cbce3f0d28d6a92666b.tar.gz DiskFormatID-74657b5133b13f4610379cbce3f0d28d6a92666b.tar.bz2 |
Updated REAMDE instructions
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -19,12 +19,19 @@ Please support http://kryoflux.com/ ! To use: Clone the repository or download all the files using the download zip button and extract them to a folder (not all are actually needed). -Run the program as root with: +In the DiskFormatID directory, build and install the program for all users as follows: -"sudo python diskIDMain.py" +python setup.py build +sudo python setup.py install + +Now, you can run the program as root from any location with: + +"sudo diskIDMain" (If you properly install DTC according to the instructions in the Kryoflux documentation then you may not need to run it as root). +The first time you start the program, you will see a warning that informs you a new settings file is being created. This settings file is located in the .diskFormatID directory within your home directory. + Click "choose formats" to select disk image formats to be created Select input and output folders and specify the directory containing the Kryoflux DTC application. These settings (including selected formats) will be saved in "settings.json" |