Skip to content

Commit

Permalink
update installation instruction in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Apr 25, 2024
1 parent 99898c5 commit 44e1293
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ Comodo.jl started out as a modern re-implementation in Julia of the MATLAB toolb

# Installation
```julia
pkg> add https://github.com/COMODO-research/Comodo.jl
julia> ]
(@v1.xx) pkg> add https://github.com/COMODO-research/Comodo.jl
```

or

```julia
julia> using Pkg
julia> Pkg.add(url = "https://github.com/COMODO-research/Comodo.jl")
```

# Getting started
Expand Down

0 comments on commit 44e1293

Please sign in to comment.