Skip to content

Commit

Permalink
Merge pull request #3290 from esl/doc-fix-build-table
Browse files Browse the repository at this point in the history
Fix headers inside tabbed content
  • Loading branch information
vkatsuba authored Sep 22, 2021
2 parents 081de08 + 734074d commit 4eb9946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/tutorials/How-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,28 @@ To compile MongooseIM you need:

=== "macOS"

#### Step 1
**Step 1**

Install [Homebrew](http://brew.sh) to manage packages on your Mac.
You may use a different package manager but you'll need to figure out the package names and file paths on your own.

#### Step 2
**Step 2**

Install Xcode Command Line Tools.

```bash
xcode-select --install # install compilation tools
```

#### Step 3
**Step 3**

Install dependencies with Brew.

```bash
brew install erlang openssl unixodbc
```

#### Step 4
**Step 4**

Add OpenSSL paths to the compiler and linker environment variables:

Expand Down

0 comments on commit 4eb9946

Please sign in to comment.