From 80d34bace5ac4ee4c3d5a4ad7d4b54e7ea5a1dec Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Fri, 10 May 2024 13:59:24 +0200 Subject: [PATCH] Update installation instructions --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6cdd102..5409faa 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,7 @@ which also includes tutorials and examples. `LumenManufaktur.jl` is not an officially registered Julia package but it's available via the [KM3NeT Julia registry](https://git.km3net.de/common/julia-registry). To add the KM3NeT Julia registry to your local Julia registry list, follow the -instructions in its -[README](https://git.km3net.de/common/julia-registry#adding-the-registry) or simply do - - git clone https://git.km3net.de/common/julia-registry ~/.julia/registries/KM3NeT - -After that, you can add `LumenManufaktur.jl` just like any other Julia package: +instructions there. After that, you can add `LumenManufaktur.jl` just like any other Julia package: julia> import Pkg; Pkg.add("LumenManufaktur") -- GitLab