diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index 3598098..9fc3d5c 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -10,13 +10,13 @@ ## Installation and usage -1. Download the source files in folder `src` of [MMCAcovid19.jl](https://github.com/jtmatamalas/MMCAcovid19.jl) -2. Put them in a folder, e.g., `"./MMCAcovid19"`. -3. In your Julia file, add the folder to your LOAD_PATH. -4. Load the `"MMCAcovid19` module. +Installation: +```julia +] add MMCAcovid19 +``` +Usage: ```julia -push!(LOAD_PATH, "./MMCAcovid19") using MMCAcovid19 ```