Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rigwild committed Jun 21, 2018
1 parent e8e7dbb commit bcc474a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ You can find more informations on node.js's installation guide : [https://nodejs
You then need to download the content of the repository and install the needed dependencies through these commands :

$ git clone https://github.com/rigwild/orangetv-remote
$ cd ./orangetv-remote
$ npm install

## Configure
If you modified your default network settings, you should change this line in the *./assets/js/orangeTvRemoteHttp.js* file to match the IP prefix you set :

Expand All @@ -33,11 +35,14 @@ You are done ! To start the app without compiling it into an executable you can
$ npm start

## Compile
In order to compile this app for your system, you can run the file *build_current_platform.sh* or execute the following commands :
In order to compile this app for your system, you can run the file *build_current_platform.sh* or execute the following command :

$ electron-packager --out out/ --icon assets/icon/favicon.ico --overwrite ./
The *./out/* directory will be created, containing your compiled application.

## Releases
If you don't want to go through the hassle of compiling the app yourself, you can download pre-compiled builds in the [releases tab](https://github.com/rigwild/orangetv-remote/releases). You don't need to install anything, it is a portable app.

## App showcase
![demo](https://github.asauvage.fr/img/other/orangetv-remote.gif)

Expand Down

0 comments on commit bcc474a

Please sign in to comment.