Skip to content

Commit

Permalink
Fix indentation for OSX code block
Browse files Browse the repository at this point in the history
  • Loading branch information
rlenferink committed Sep 23, 2023
1 parent 1788b00 commit d6dc00c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documents/building/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ sudo apt-get install -yq --no-install-recommends \

For OSX systems with brew installed, use the following commands:
```bash
brew update && \
brew install lcov libffi libzip czmq rapidjson libxml2 cmake jansson && \
brew link --force libffi
brew update && \
brew install lcov libffi libzip czmq rapidjson libxml2 cmake jansson && \
brew link --force libffi
```

Use CMake and make to build Apache Celix
Expand Down

0 comments on commit d6dc00c

Please sign in to comment.