Skip to content

Commit 44ba1c9

Browse files
committed
docs(README): updated the Installation section
1 parent 60b6423 commit 44ba1c9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are a few requirements. Those being:
1717
* [VapourSynth](https://github.com/vapoursynth/vapoursynth/releases)
1818
* [SVT-AV1-PSY](https://github.com/psy-ex/svt-av1-psy)
1919
* mkvmerge
20-
* libbestsource, ffms2 (a part of FFmpeg), l-smash
20+
* libbestsource, ffms2 (a part of FFmpeg), l-smash; only of the three has to be installed
2121
* XDG Desktop Portal
2222

2323
The steps to installing **AV1Studio** are the following:
@@ -33,9 +33,13 @@ git clone https://github.com/CyntexMore/AV1Studio.git
3333
```bash
3434
cargo build --release
3535
```
36-
(The built binaries are now located in `./target`.)
36+
or
37+
```bash
38+
cargo install --git https://github.com/CyntexMore/AV1Studio.git
39+
```
40+
(The built binary are now located in `./target`.)
3741

38-
3. (Optionally and for Linux only) Move the built binaries to `/usr/local/bin` and make a .desktop file for it.
42+
3. (Optionally and for Linux only) Move the built binary to `/usr/local/bin` and make a .desktop file for it.
3943

4044
## License
4145

0 commit comments

Comments
 (0)