From b110dceaa3cba9921518081c961b455faaebdd52 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 17 Jul 2025 10:30:39 +1200 Subject: [PATCH] Update README.md with Pkg.add instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62b818c..8409290 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Install `MathOptAnalyzer` using `Pkg.add`: ```julia import Pkg -Pkg.add(; url = "https://github.com/jump-dev/MathOptAnalyzer.jl") +Pkg.add("MathOptAnalyzer") ``` ## Documentation -The [documentation for MathOptAnalyzer.jl](https://jump.dev/MathOptAnalyzer.jl/dev/) +The [documentation for MathOptAnalyzer.jl](https://jump.dev/MathOptAnalyzer.jl/stable/) describes how to use the package.