Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmatamalas authored Oct 4, 2020
1 parent 0b305b3 commit a5c7c3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a5c7c3e

Please sign in to comment.