Skip to content

Commit

Permalink
README: Update installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed May 24, 2018
1 parent 656e747 commit 4bcd47f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ as input format and RTMP/HLS as output formats.
LPMS can be integrated into another service, or run as a standalone service. To try LPMS as a
standalone service, simply get the package:
```
go get github.com/livepeer/lpms
go get -d github.com/livepeer/lpms/cmd/example
```

Go to the lpms root directory, and run
Go to the lpms root directory at `$GOPATH/src/github.com/livepeer/lpms`. If needed, install the required dependencies; see the Requirements section below. Then build the sample app and run it:

```
./lpms
go build cmd/example/main.go
./example
```

### Requirements
Expand Down

0 comments on commit 4bcd47f

Please sign in to comment.