Skip to content

Commit 876c344

Browse files
committed
Update README for v1.0.0
1 parent 5c4d1a5 commit 876c344

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,29 @@ ffmpeg -i 'test.avi' -vcodec copy -acodec copy -ss 00:00:01.123 -t 00:00:02.567
1212

1313
`ffmpeg` installed and on your `PATH`.
1414

15-
## Building
15+
## Building Locally
1616

17-
1. Clone repo
17+
### Local Build Requirements
18+
19+
* Node.js and NPM
20+
* Angular CLI v8.1.x or higher
21+
22+
### Steps
23+
24+
1. Clone Git repository
1825
1. `npm install`
1926
1. Two options for building and running
2027
1. `npm run build:{OS TYPE}` or `npm run build:all` (Note this command will take a long time).
2128
* `OS TYPE` values: `win64`, `win86`, `linux64`, `linux86`, `mac64`
2229
1. `npm run start` to quickly run the program in a browser tab at <http://localhost:4200>
2330

31+
## Releases
32+
33+
* 1.0.0
34+
* Initial major release
35+
* Supports generating `ffmpeg` video file splitting commands for use in a terminal of your choice.
36+
* Binaries and installers have been prebuilt for v1.0.0, and are listed up in the Releases tab.
37+
2438
## Quesitons?
2539

2640
Create an issue or send a pull request :)

0 commit comments

Comments
 (0)