From fd75208602b5d6610b97cb72e12b2bbfbd46df03 Mon Sep 17 00:00:00 2001 From: Philippe Gras Date: Fri, 7 Jun 2024 07:53:24 +0200 Subject: [PATCH] updated README with installation instructions for until registration is done. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 729051d..6541ac0 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,14 @@ Linux and MacOS. ## Installation +From Julia REPL, type `]` to enter in the package manager and type + ``` -import Pkg -Pkg.add("ROOT") +add https://github.com/JuliaHEP/ROOT.jl ``` +Registration in the General repository is in progress. Once it will be done, `add ROOT` will be used. + ⚠️ Installation can stay several minutes (ten of minutes on macOS) on the following message. ```