Skip to content

Commit df7d688

Browse files
committed
update readme
1 parent 71907ce commit df7d688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ sudo dnf install @development-tools curl python3
8686

8787
## Installation
8888

89-
### Quick install and run
89+
### Quick install and run (macOS, Linux)
9090

9191
Open your command line and run (needs curl to be installed):
9292

@@ -125,7 +125,7 @@ $ export VER=8
125125

126126
3. Start the docker build as follows.
127127
```bash
128-
$ sudo -E docker build --tag=ffmpeg:cuda -f cuda.dockerfile --build-arg DIST=$DIST VER=$VER .
128+
$ sudo -E docker build --tag=ffmpeg:cuda -f cuda.dockerfile --build-arg DIST=$DIST --build-arg VER=$VER .
129129
```
130130

131131
4. Build an `export.dockerfile` that copies only what you need from the image you just built as follows. When running, move the library in the lib to a location where the linker can find it or set the `LD_LIBRARY_PATH`.

0 commit comments

Comments
 (0)