From fb63a8eadb06b718e96a73d521e800ea6bcf809a Mon Sep 17 00:00:00 2001 From: Willi Mutschler <willi@mutschler.eu> Date: Mon, 16 Oct 2023 22:12:09 +0200 Subject: [PATCH] macOS installer: fix typo in welcome page --- 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 c769f74381..d24259e84d 100644 --- a/macOS/welcome_template.html +++ b/macOS/welcome_template.html @@ -27,7 +27,7 @@ <p>Thank you for choosing Dynare!</p> <p>This installation does not require administrative privileges. If for some reason admin rights are requested, use 'Change Install Location' and select 'Install for me only'.</p> <p>By default Dynare will be installed into /Applications/Dynare. To modify the installation path, click <strong>Customize</strong> after accepting the license. Then, under <strong>Location</strong>, select your desired folder.</p> - <p>Installing into /Applications/dynare might fail if you have older versions of Dynare installed in /Applications/Dynare. To fix this, modify the ownership by executing the following command in Terminal.app:</p> + <p>Installing into /Applications/Dynare might fail if you have older versions of Dynare installed in /Applications/Dynare. To fix this, modify the ownership by executing the following command in Terminal.app:</p> <code> sudo chown -R "$USER":staff /Applications/Dynare </code> -- GitLab