From 95e14f0b613c5764de5fea7d7f6f13af5f273ef6 Mon Sep 17 00:00:00 2001 From: Joao Azevedo Date: Mon, 1 Nov 2021 15:29:47 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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