From 6efc9ae952688fb4f9c1f4776e27ee065b827744 Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 26 Apr 2020 16:03:32 +0200 Subject: [PATCH] Just update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 448215c..d6ae5ed 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Build Insttructions These build instructions should work on: - * Linux - * MacOS + * Linux (Verified 26.4.20 - heck) + * MacOS (Verified 26.4.20 - heck) * Windows ### Build @@ -39,3 +39,4 @@ To install the extension module into a custom destination ```bash python3 setup.py install --prefix= ``` +Attention: The ~ (tilde) does not get expanded, but env vars work ($HOME). \ No newline at end of file