Skip to content

Commit

Permalink
Updated Julia installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wietek committed Aug 15, 2024
1 parent 614f91c commit 2b5c87b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b5c87b

Please sign in to comment.