This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch update-build-instructions
in repository https://gitbox.apache.org/repos/asf/celix.git

commit d6dc00c05e94666069fa242245006a056f81cb10
Author: Roy Lenferink <[email protected]>
AuthorDate: Sat Sep 23 18:54:01 2023 +0200

    Fix indentation for OSX code block
---
 documents/building/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documents/building/README.md b/documents/building/README.md
index 18d3256e..420150cb 100644
--- a/documents/building/README.md
+++ b/documents/building/README.md
@@ -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

Reply via email to