From a5c7c3eed2cb91db0444771f9d503b37321e4748 Mon Sep 17 00:00:00 2001 From: "Joan T. Matamalas" Date: Sun, 4 Oct 2020 11:29:16 -0400 Subject: [PATCH] Update installation instructions --- docs/src/getting_started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```