From 1bf7674993a130ef8a8b671782ee04edb1d82792 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 17 Jul 2025 17:22:31 +1200 Subject: [PATCH] Update Pkg.add instructions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eea44b..6f369f9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install `MathOptIIS` using `Pkg.add`: ```julia import Pkg -Pkg.add(; url = "https://github.com/jump-dev/MathOptIIS.jl") +Pkg.add("MathOptIIS") ``` ## The name @@ -41,5 +41,5 @@ So we choose the name MathOptIIS, and you can decide what the acronym stands for ## Documentation -The [documentation for MathOptIIS.jl](https://jump.dev/MathOptIIS.jl/dev/) +The [documentation for MathOptIIS.jl](https://jump.dev/MathOptIIS.jl/stable/) describes how to use the package.