Skip to content

Commit

Permalink
Fixed curl command on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefMarlin authored Jul 15, 2024
1 parent dd7794b commit 7192f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Firescrew leverages the capabilities of `ffmpeg` to ensure optimal performance a
```bash
apt-get install ffmpeg
pip3 install ultralytics
curl -O firescrew -L https://github.com/8ff/firescrew/releases/download/latest/firescrew.linux.amd64 && chmod +x firescrew
curl -o firescrew -L https://github.com/8ff/firescrew/releases/download/latest/firescrew.linux.amd64 && chmod +x firescrew
```


Expand Down

0 comments on commit 7192f79

Please sign in to comment.