From 41ab40fc03ce343a8ab98869001e5c7b57c70853 Mon Sep 17 00:00:00 2001 From: Anubhav Choudhary <57551996+deprov447@users.noreply.github.com> Date: Fri, 9 Oct 2020 10:25:00 +0530 Subject: [PATCH] [Fixed] typo in readme.md `sudo install python3-pyxattr` changed to `sudo apt install python3-pyxattr` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8cd439..7eeefab 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Alternatively, you can install directly from pip: Or from your distribution, e.g. in Debian: - $ sudo install python3-pyxattr + $ sudo apt install python3-pyxattr ## Basic example -- 2.39.5