Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
js6450 committed Aug 19, 2019
1 parent 1512001 commit e97876a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# p5.serialcontrol

GUI (Electron) application for use with [p5.serialport](https://github.com/vanevery/p5.serialport)
GUI (Electron) application for use with [p5.serialport](https://github.com/p5-serial/p5.serialport)

Runs and controls p5.serialserver (no need to install and run it separately)

Download a release here: [releases](https://github.com/vanevery/p5.serialcontrol/releases)
Download a release here: [releases](https://github.com/p5-serial/p5.serialcontrol/releases)

## OSX Development
**Install dependencies**
Expand All @@ -18,7 +18,7 @@ Download a release here: [releases](https://github.com/vanevery/p5.serialcontrol

## OSX Compilation
1. `npm install electron-packager`
1. `electron-packager ./ p5.serialcontrol --arch=x64 --platform=darwin --overwrite`
1. `electron-packager ./ p5.serialcontrol --arch=x64 --platform=darwin --overwrite` OR `npm run package-mac`

## Windows Development
**Install dependencies**
Expand All @@ -34,4 +34,4 @@ Note: `target` is the Electron version and should match `version` below

## Windows Compilation
1. `npm install electron-packager`
1. `electron-packager ./ p5.serialcontrol --version=1.7.8`
1. `electron-packager ./ p5.serialcontrol --version=1.7.8` OR `npm run package-win`

0 comments on commit e97876a

Please sign in to comment.