macOS installer: fix typo in welcome page

kalman-mex
Willi Mutschler 2023-10-16 22:12:09 +02:00
parent 3e5591d41f
commit fb63a8eadb
No known key found for this signature in database
GPG Key ID: 91E724BF17A73F6D
1 changed files with 1 additions and 1 deletions

View File

@ -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>