From 6638e869608a7a81770165cdde14bbac6dc3e65c Mon Sep 17 00:00:00 2001 From: TheElectronWill Date: Wed, 11 Oct 2017 23:04:06 +0200 Subject: [PATCH] Readme: Add a warning about accents in the path --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a03e29..2b6bd11 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,12 @@ Open a terminal and run `./create-package.sh stable` to get the stable version o ## More informations +### Warning - no accents + +The path where you run the script must **not** contain any special character like é, ü, etc. This is a limitation of the rpm tools. + ### How to update + When a new version of discord is released, simply run the script again to get the updated version. ### Requirements