diff --git a/README.md b/README.md index ffaf67acf16791f9493e4f9353dc0427c5e0aa75..60a2024ab6c9bdb25af149a76d9cb223f68c53ab 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ It implements: 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) +1. Launch Julia's REPL (for example by entering `julia` in the shell) 2. Enter Pkg's REPL by typing `]` 3. Enter ```julia - add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/ + pkg> add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/ ``` ## Getting started