From 2b5c87b7d34dfbc4ff111d3793aae37424abd98b Mon Sep 17 00:00:00 2001 From: Alexander Wietek Date: Thu, 15 Aug 2024 18:02:21 +0200 Subject: [PATCH] Updated Julia installation instruction --- docs/installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 05ee089e..c6d8f8e7 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,12 +4,13 @@ title: Installation ## Julia Installation -Enter the package mode using `]` in the Julia REPL and add the following two packages +Enter the package mode using `]` in the Julia REPL and type: ```julia -add https://github.com/awietek/XDiag_jll.jl.git -add https://github.com/awietek/XDiag.jl.git +add XDiag ``` +That's it! + ## C++ Compilation Using XDiag with C++ is a two-step process. First the `xdiag` library needs