docs(readme): add read permission in linux one liner

recyclarr
Robert Dailey 3 years ago
parent ed87ce1b75
commit 5653b3d513

@ -58,7 +58,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 -o trash.zip && rm trash.zip && chmod +x trash
&& unzip -o trash.zip && rm trash.zip && chmod u+rx trash
```
## Getting Started

Loading…
Cancel
Save