Skip to content

Commit

Permalink
Update README for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastyMallows committed Aug 4, 2019
1 parent 5c4d1a5 commit 876c344
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,29 @@ ffmpeg -i 'test.avi' -vcodec copy -acodec copy -ss 00:00:01.123 -t 00:00:02.567

`ffmpeg` installed and on your `PATH`.

## Building
## Building Locally

1. Clone repo
### Local Build Requirements

* Node.js and NPM
* Angular CLI v8.1.x or higher

### Steps

1. Clone Git repository
1. `npm install`
1. Two options for building and running
1. `npm run build:{OS TYPE}` or `npm run build:all` (Note this command will take a long time).
* `OS TYPE` values: `win64`, `win86`, `linux64`, `linux86`, `mac64`
1. `npm run start` to quickly run the program in a browser tab at <http://localhost:4200>

## Releases

* 1.0.0
* Initial major release
* Supports generating `ffmpeg` video file splitting commands for use in a terminal of your choice.
* Binaries and installers have been prebuilt for v1.0.0, and are listed up in the Releases tab.

## Quesitons?

Create an issue or send a pull request :)
Expand Down

0 comments on commit 876c344

Please sign in to comment.