Skip to content

Commit ce88742

Browse files
committed
Readme: reword binary architecture setup
1 parent f53e2a0 commit ce88742

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ location: `/usr/bin`
3939

4040
#### Behavior
4141

42-
If you are building a client app, and you don't know the processor achitecture.
42+
If you wish to support multiple client processor architectures, you can do so by creating a folder `x64` and `x86` in the `root` directory.
43+
Both folders should contain the binaries (`ffmpeg.exe` and `ffprobe.exe`) for build for the respective architectures.
4344

44-
By creating a folder `x64` and `x86` in the `root` directory, the lib will automatically try to use either `/root/{ARCH}/(ffmpeg|ffprobe).exe`.
45+
By doing so, the library will attempt to use either `/root/{ARCH}/(ffmpeg|ffprobe).exe`.
4546

4647
If these folders are not defined, it will try to find the binaries in `/root/(ffmpeg|ffprobe.exe)`
4748

0 commit comments

Comments
 (0)