From 6594f2ebdf18ca99de2bffa7ed3dcd4243e0300b Mon Sep 17 00:00:00 2001
From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr>
Date: Thu, 12 May 2022 00:16:58 +0200
Subject: [PATCH] Updating installation's instructions

---
 README.md | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 3bcade3..ffaf67a 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,14 @@ It implements:
 
 ## Install
 
-This package is not yet accessible via the Julia package manager. For the install of the package:
-
-1. Clone this git repository on your computer.
-2. Add the "src" directory of this repository to your `LOAD_PATH`. This can be done by two different ways:
-    * Launch Julia's REPL (for example by entering `julia` in your terminal)
-    * Enter Pkg's REPL by typing `]`
-    * Type
-    ```julia
-    add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/
-    ```
+This package is not yet registered in the Julia's packages. For the install of the package:
+
+1. Launch Julia's REPL (for example by entering `julia` in your terminal)
+2. Enter Pkg's REPL by typing `]`
+3. Enter
+   ```julia
+   add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/
+   ```
 
 ## Getting started 
 
-- 
GitLab