From 35d6bf98d4864ae0cb7e1933fdec20da5449f7ee Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Sat, 30 Dec 2023 14:55:24 -0800 Subject: [PATCH] Update installation.md Fix suspected typo in command line for apple silicon. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 314c26c44d..fa0b7f4ebf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.