From d58496c75c48606385da655f19ba4b520ca276a4 Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Tue, 7 Apr 2020 01:15:47 +0200 Subject: [PATCH] Patch a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f2f68..00fb9b1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ packages we recommmed extracting the AppImage, e.g. as: mv squashfs-root python3.8 rm -f python3.8.2-cp38-cp38-manylinux1_x86_64.AppImage -export PATH="$(pwd)/python3.8/usr/bin:${PATH} +export PATH="$(pwd)/python3.8/usr/bin:$PATH" ``` Then, extra packages can be installed to the extracted AppDir using `pip`. For