Skip to content
Snippets Groups Projects
Verified Commit 6df56e74 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

README.md: fix typo

parent 9fd6515f
No related branches found
No related tags found
No related merge requests found
...@@ -408,7 +408,7 @@ If you have an Intel chip you can only compile for `x86_64`. ...@@ -408,7 +408,7 @@ If you have an Intel chip you can only compile for `x86_64`.
You can check the platform of your current Homebrew installation by e.g. running You can check the platform of your current Homebrew installation by e.g. running
`which brew` which should point to `/opt/homebrew/bin/brew` for `arm64` and to `which brew` which should point to `/opt/homebrew/bin/brew` for `arm64` and to
`/usr/local/bin/brew` for `x86_64` systems. In the steps below, we `/usr/local/bin/brew` for `x86_64` systems. In the steps below, we
create a temporary environmental variable `BREWDIR` to ensure that the correct packages are used. create a temporary environment variable `BREWDIR` to ensure that the correct packages are used.
The following commands install all requirements and Dynare from source. The following commands install all requirements and Dynare from source.
They should be entered at the command prompt in Terminal.app. They should be entered at the command prompt in Terminal.app.
...@@ -426,7 +426,7 @@ softwareupdate --install-rosetta --agree-to-license ...@@ -426,7 +426,7 @@ softwareupdate --install-rosetta --agree-to-license
``` ```
- Install [Homebrew](https://brew.sh/): - Install [Homebrew](https://brew.sh/):
Create environmental variables for which platform you want to compile for, i.e. either `arm64` or `x86_64`: Create environment variables for which platform you want to compile for, i.e. either `arm64` or `x86_64`:
For `arm64` run the following commands: For `arm64` run the following commands:
```sh ```sh
...@@ -440,7 +440,7 @@ export ARCH=x86_64 ...@@ -440,7 +440,7 @@ export ARCH=x86_64
export BREWDIR=/usr/local export BREWDIR=/usr/local
``` ```
Install Homebrew using the environmental variables: Install Homebrew using the environment variables:
```sh ```sh
arch -$ARCH /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" arch -$ARCH /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment