From 3a34556b9b1b9de285abb23c547b454f5ba2fa10 Mon Sep 17 00:00:00 2001 From: Miles Lucas Date: Mon, 13 Jun 2022 23:09:03 -1000 Subject: [PATCH] switch installation to pre-empt registration --- README.md | 4 ++-- docs/src/index.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa9b185..5cb3dac 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Robust statistics based on the biweight transform. ## Installation -BiweightStats.jl can be installed using the Julia package manager. From the Julia REPL, enter Pkg mode (by pressing `]`) +BiweightStats.jl is a registered package and can be installed using the Julia package manager. From the Julia REPL, enter Pkg mode (by pressing `]`) ```julia julia>] -pkg> add https://github.com/mileslucas/BiweightStats.jl +pkg> add BiweightStats ``` To exit Pkg mode, just backspace. Once the package is installed it can be imported with diff --git a/docs/src/index.md b/docs/src/index.md index e777996..9ab8f96 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,14 +14,15 @@ Robust statistics based on the biweight transform. ## Installation -BiweightStats.jl can be installed using the Julia package manager. From the Julia REPL, enter Pkg mode (by pressing `]`) +BiweightStats.jl is a registered package and can be installed using the Julia package manager. From the Julia REPL, enter Pkg mode (by pressing `]`) ```julia julia>] -pkg> add https://github.com/mileslucas/BiweightStats.jl +pkg> add BiweightStats ``` + To exit Pkg mode, just backspace. Once the package is installed it can be imported with ```julia