Skip to content
Snippets Groups Projects
Verified Commit 1f76558e authored by Willi Mutschler's avatar Willi Mutschler
Browse files

macOS installer: fix typo

backported 3d057a66
parent 99e273a3
Branches
Tags
1 merge request!2196macOS install backports
......@@ -33,7 +33,7 @@
<p class="bold-text">Troubleshooting installing in /Applications/Dynare</p>
<p>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:</p>
<code>
sudo chown -R $USER:staff /Applications/Dynare
sudo chown -R "$USER":staff /Applications/Dynare
</code>
<p>Alternatively, install Dynare in a different folder or simply delete (or move) /Applications/Dynare before installing Dynare.</p>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment