Skip to content

Commit

Permalink
readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
dplesca committed Oct 26, 2017
1 parent 04abad2 commit 5ed6e15
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# go-omxremote

Control raspberry pi omxplayer from the browser (including mobile browsers). It has absolutely zero dependencies. To install just [download the executable](https://github.com/dplesca/go-omxremote/releases/download/v2.0/go-omxremote) and run it. For help run it with the `-h` flag. Example usage (you can of course add it in your path and run it as a systemd service, unit file example below):
Control raspberry pi omxplayer from the browser (including mobile browsers). It has absolutely zero dependencies. To install just [download the executable](https://github.com/dplesca/go-omxremote/releases/download/v4.0/go-omxremote) and run it. For help run it with the `-h` flag. Example usage (you can of course add it in your path and run it as a systemd service, unit file example below):

`./go-omxremote -bind :some-port -media path/to/video/files`

Expand Down Expand Up @@ -54,13 +54,11 @@ WantedBy=multi-user.target

### Modify it

Generate assets file using [esc](https://github.com/mjibson/esc):

`esc -o assets.go -prefix="assets" assets views`

Build again:

`go build`
- Clone repo
- `npm install`
- `npm run build` (after some changes have been made to front-end files)
- regenerate assets file using [esc](https://github.com/mjibson/esc): `esc -o assets.go -prefix="dist" dist views`
- build again: `go build`

### Credits

Expand Down

0 comments on commit 5ed6e15

Please sign in to comment.