From 18cce1e89055cd2d062155b5eb6cdbd1a4e4ecf8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 28 Dec 2021 17:15:21 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d4e3e..e8d7e19 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installClipboardHistory.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` -- Installe des trucs inutile pour Python +- Installe des trucs utile pour Python ```bash sudo apt update && sudo apt install python3-virtualenv python3-tk -y ```