-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create archives for packages Attempt to preserve execute permissions for mac os Allow public download for artifacts * Modified the install and usage steps To cover archive download formats
- Loading branch information
Showing
2 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,12 +57,14 @@ None | |
|
||
## Install | ||
|
||
Download the Basic Edition from the [releases](https://github.com/digital-dj-tools/dj-data-converter/releases) page. To download the Pro Edition, please [contact me](mailto:[email protected]) for pricing. | ||
Download the Basic Edition from the [releases](https://github.com/digital-dj-tools/dj-data-converter/releases) page as a zip or tar.gz archive, and then extract the archive into a directory. | ||
|
||
To download the Pro Edition, please [contact me](mailto:[email protected]) for pricing. | ||
|
||
## Usage | ||
|
||
### Windows | ||
Open a command prompt and navigate to the directory where the app was downloaded: | ||
Open a command prompt and change to the directory where the archive was extracted: | ||
``` | ||
cd <download-dir> | ||
``` | ||
|
@@ -79,7 +81,7 @@ A converted `rekordbox.xml` file will be created in the current directory. | |
If the conversion fails due to an error, an `error-report.edn` file will be created (also in the current directory). | ||
|
||
### Mac | ||
Open a terminal and navigate to the directory where the app was downloaded: | ||
Open a terminal and change to the directory where the archive was extracted: | ||
``` | ||
cd <download-dir> | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters