Skip to content

Commit

Permalink
Merge pull request robcarver17#1315 from a11r/InstallFixes
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
robcarver17 authored Jan 8, 2024
2 parents 258342d + 35d6bf9 commit 57aba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ And now install the dependencies
If you're running MacOS on one of the new ARM chips, the process is more complex. You'll need Homebrew and the Apple XCode Commandline Development Tools, configured for ARM. Doing that is beyond the scope of this document, type `homebrew apple xcode command line tools` into your favourite search engine. Once installed and configured, run installation script:

```
chmod u+x install install_dependencies_apple_silicon.sh
chmod u+x install_dependencies_apple_silicon.sh
./install_dependencies_apple_silicon.sh
```
Note: this may (unfortunately) become out of date and require some tweaking.
Expand Down

0 comments on commit 57aba79

Please sign in to comment.