diff --git a/README.md b/README.md
index 6cdd1028df665ec08e809283c82b3b7f668cc201..5409faa363ff0ad176361789846192b0c92243bf 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")