From 3d057a66050860648f4bab74db2c7bd212054c55 Mon Sep 17 00:00:00 2001 From: Willi Mutschler Date: Wed, 27 Sep 2023 14:03:43 +0200 Subject: [PATCH] macOS installer: fix typo --- macOS/welcome_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/welcome_template.html b/macOS/welcome_template.html index f8b531b4c..1160b0db5 100644 --- a/macOS/welcome_template.html +++ b/macOS/welcome_template.html @@ -33,7 +33,7 @@

Troubleshooting installing in /Applications/Dynare

In versions prior to 5.5, the macOS pkg installer required administrative rights to install Dynare, this is no longer the case. However, if you aim to install Dynare in /Applications/Dynare, you will need to modify the ownership of this folder. To do this, execute the following command in Terminal.app:

- sudo chown -R $USER:staff /Applications/Dynare + sudo chown -R "$USER":staff /Applications/Dynare

Alternatively, install Dynare in a different folder or simply delete (or move) /Applications/Dynare before installing Dynare.