From 44e1293fd610d6ee7dd0ec925268e50a07cdbcad Mon Sep 17 00:00:00 2001 From: "mhsatman@gmail.com" Date: Thu, 25 Apr 2024 21:46:45 +0300 Subject: [PATCH] update installation instruction in README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acd956d..7aec32d 100644 --- a/README.md +++ b/README.md @@ -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