Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
g200kg committed Aug 13, 2020
1 parent 6acff64 commit 2c9aba7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ This is still a very tentative version for the confirmation of MIDI related func
The application starts just by accessing it with **Chrome**, so installation is not required.

* **Stand-alone version** :
1. Download whole repository(`zoom-ms-utility-master.zip`) from https://github.com/g200kg/zoom-ms-utility by [Code]-[Download ZIP].
2. Unzip `zoom-ms-utility-master.zip`.
3. Place the necessary files into your appropriate folder.
1. Download zip file (`zoom-ms-utility-XXX-XXX.zip`) from [https://github.com/g200kg/zoom-ms-utility/tree/master/dist](https://github.com/g200kg/zoom-ms-utility/tree/master/dist)
2. Unzip and place to your appropriate folder.

**Windows (x64) version** :
> necessary files are in the `dist/zoom-ms-utility-1.0.2-win-x64`
> startup executable is `ZoomMSUtility.exe` in the folder.
**Mac (x64) version** :
> necessary files are in the `dist/zoom-ms-utility-1.0.2-mac-x64`
> Starts with `ZoomMSUtility.app` in the folder.
## Usage
Expand All @@ -29,9 +26,13 @@ The application starts just by accessing it with **Chrome**, so installation is
* Press accept if 'MIDI device' dialog is displayed
* Select MidiPort to 'ZOOM MS Series'

## TECH NOTE : For build standalone packages
* The standalone versions are packaged using `NW.JS`
* Git LFS required due to large file size
* Create ZIP-files for distribution with `npm run dist`.

## Offline mode
Though the standalone version is recommended for offline use, the following is for use via Node.js or another local server.
Though the standalone version is available for offline use, the following is for use via Node.js or another local server.

### Via Node.js

Expand Down
4 changes: 2 additions & 2 deletions dist/zoom-ms-utility-1.0.2-mac-x64.zip
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/zoom-ms-utility-1.0.2-win-x64.zip
Git LFS file not shown
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3008,8 +3008,8 @@ <h3>Usage</h3>
<li>Online version : <a href="https://g200kg.github.io/zoom-ms-utility/" target="_blank">https://g200kg.github.io/zoom-ms-utility/</a></li>
<li>Standalone version : Offline executables are available in the repository <a href="https://github.com/g200kg/zoom-ms-utility" target="_blank">zoom-ms-utility</a>,
<ul>
<li>Windows (x64) : dist/zoom-ms-utility-1.0.2-win-x64</li>
<li>Mac (x64) : dist/zoom-ms-utility-1.0.2-mac-x64</li>
<li>Windows (x64) : dist/zoom-ms-utility-XXX-win-x64</li>
<li>Mac (x64) : dist/zoom-ms-utility-XXX-mac-x64</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 2c9aba7

Please sign in to comment.