From 36167f4d61c54c577a73cb9b706e94a8ca2427a4 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 9 Nov 2019 14:55:30 +0100 Subject: [PATCH] introduce 'default' project path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbe7a70..d387929 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Of course you can overwrite this behavior by having a path on _project basis_. T }, ``` +If you substitute the path with `"default"` you can mimic the standard behavior: the GSM will be built next to the HSF. This is useful if you have set a global path in the package settings. Remeber: Project settings override global settings. + Note: There's no path checking implemented at the moment! You have to take care by yourself that you're allowed to write at the paths accordingly. ![Project path setting](https://i.imgur.com/71LeiOW.png)