diff --git a/README.md b/README.md index 02aa35c..59b70c2 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,5 @@ When one of these temporary helper scripts is no longer considered necessary, it - Make a new branch based on the `pureos/latest` branch and work from it. - Make a merge request. - Avoid scripts that download and build source code. If you need a dependency not available in PureOS, package it :D +- If your script stores files somewhere, then please use `xdg-user-dir` to set the path instead of harcoding directory names like "Documents", "Videos", this is usefull because not all users have their OS in English. See example here; https://source.puri.sm/librem5-apps/librem5-goodies/-/blob/pureos/byzantium/l5-screenshot#L27 `xdg-user-dir` is also quite usefull - if you are not confortable in commiting to a Deb package then open an issue asking for the script to be packaged and we will work it out