From c6a0a2e374bde97101b76c99c3dbf65d85ccbefd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
 <franck.perignon@univ-grenoble-alpes.fr>
Date: Thu, 14 Nov 2024 14:57:06 +0100
Subject: [PATCH] Fake to run CI

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 254f96b39..199f98880 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ Steps:
 
 The main question here is for step 2: how to handle HySoP dependencies? Either you can use a Docker image (simpler) or install everything on your system (harder).
 
-## Step 1: Get sources
+## Step 1: get sources
 
 [Git clone](https://git-scm.com/docs/git-clone) HySoP and change directory to 'hysop':
 
@@ -119,7 +119,7 @@ git clone https://gricad-gitlab.univ-grenoble-alpes.fr/hysop.git
 ```
 
 
-## Step 2: Install prerequisites
+## Step 2: install prerequisites
 
 ### Use a Docker image
 
@@ -171,7 +171,7 @@ echo "/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1" > $CONDA_PREFIX/etc/OpenC
 ```
 
 
-## Step 3: Install
+## Step 3: install
 
 Once the container has started, you're connected has 'hysop-user' with all Hysop sources inside /home/hysop-user/hysop-shared (a directeory shared between the container and the host)
 
-- 
GitLab