diff --git a/README.md b/README.md index a0a60f67..864b1eac 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ too. Run this from the directory where you want `trash` to be installed. ```bash wget -O trash.zip https://github.com/rcdailey/trash-updater/releases/latest/download/trash-linux-x64.zip \ - && unzip trash.zip && rm trash.zip && chmod +x trash + && unzip -o trash.zip && rm trash.zip && chmod +x trash ``` ## Getting Started