From 4efaa316e2c81685c6f316db6702c9cfe8051731 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Mon, 5 Dec 2022 18:30:38 +0100
Subject: [PATCH] Fix note

---
 documentation/docs/start/install.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/documentation/docs/start/install.md b/documentation/docs/start/install.md
index b1457bca8..a614a3a89 100644
--- a/documentation/docs/start/install.md
+++ b/documentation/docs/start/install.md
@@ -42,14 +42,12 @@ On macOS, we use the Homebrew package manager to handle and install the GeoModel
 
 !!! note
 
-   Do you have the newer Mac computer based upon the M1 chip?  Then you will need to set the environment variable
+    Do you have the newer Mac computer based upon the M1 chip?  Then you will need to set the environment variable
    
-   ```
-   export DYLD_LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib
- 
-   ```
+    ```
+    export DYLD_LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib
+    ```
 
-!!! tip
 
 ### First installation 
 
-- 
GitLab