andreafrancia / trash-cli

Command line interface to the freedesktop.org trashcan.
GNU General Public License v2.0
3.63k stars 177 forks source link

In the installation instructions: a command doesn't work. Hint: It's easy to change it :-) #204

Closed Ganton closed 3 years ago

Ganton commented 3 years ago

In https://github.com/andreafrancia/trash-cli we see

     echo 'export PATH="$PATH":~/.local/bin' >> ~/.bashrc source ~/.bashrc # reload .bashrc

although it didn't work when trying it. If we just add a &&:

     echo 'export PATH="$PATH":~/.local/bin' >> ~/.bashrc && source ~/.bashrc # reload .bashrc

it works.

Thanks, Andrea!

andreafrancia commented 3 years ago

Thank you.