Update README.md

This commit is contained in:
q3aql 2021-12-30 12:00:28 +01:00 committed by GitHub
parent b8b2fd8272
commit 36ecd00b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ FFmpeg builds for GNU/Linux & Windows (with Cygwin)
```shell
$ sudo tar jxvf ffmpeg-4.4.1-linux-gnu-[arch]-build.tar.bz2 -C /
````
```
_Note: Replace `[arch]` with `32bit` or `64bit` depending on your architecture._
@ -57,7 +57,7 @@ FFmpeg builds for GNU/Linux & Windows (with Cygwin)
$ git clone https://github.com/q3aql/ffmpeg-builds/
$ cd ffmpeg-builds
$ sudo ./ffmpeg-static-build-[arch].sh
````
```
_Note: Replace `[arch]` with `linux32` or `linux64` depending on your architecture._
@ -71,7 +71,7 @@ FFmpeg builds for GNU/Linux & Windows (with Cygwin)
$ git clone https://github.com/q3aql/ffmpeg-builds/
$ cd ffmpeg-builds
$ ./ffmpeg-share-build-[arch].sh
````
```
_Note: Replace `[arch]` with `cygwin32` or `cygwin64` depending on your architecture._