pls-rs / pls

`pls` is a prettier and powerful `ls(1)` for the pros.
https://pls.cli.rs/
GNU General Public License v3.0
830 stars 24 forks source link

Pipx Uninstall Instruction Incorrect #13

Closed gloc-mike closed 2 years ago

gloc-mike commented 2 years ago

Hi,

Really minor issue regarding the instructions for uninstalling from pipx in getting started.

Instructions show pipx uninstall peotry instead of pls.

Screen Shot 2022-03-06 at 3 48 24 pm

Really enjoying pls! Great job!

BTW Found out about pls via the Python Bytes podcast (episode 272) - also broadcast on YT.

Thanks Michael

dhruvkb commented 2 years ago

Thanks @gloc-mike for reporting this (and giving pls a try), I was "referencing" Poetry docs when I wrote this 😆 . Commit 58120f0 should fix this.