Skip to content

Commit 4a36c3f

Browse files
committed
3.2.0
Fix a typo of the ReadMe file.
1 parent 16f3d14 commit 4a36c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After that, run the following commands inside the container:
3737

3838
```bash
3939
cd ~ && apt update && apt install wget
40-
wget -O https://raw.githubusercontent.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/deps/install-ffmpeg-5_0.sh
40+
wget https://raw.githubusercontent.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/deps/install-ffmpeg-5_0.sh
4141
chmod +rwx install-ffmpeg-5_0.sh
4242
./install-ffmpeg-5_0.sh --all --nvcuda --sudofix
4343
```

0 commit comments

Comments
 (0)