瀏覽代碼

Patch a typo in the README

Valentin Niess 5 年之前
父節點
當前提交
d58496c75c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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