Skip to content

Commit

Permalink
Update instructions to add from General Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Alseïdon committed Aug 28, 2024
1 parent 439423a commit be26bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ You can simply install this package from the Julia REPL, using Pkg. Run Julia, e

```julia
julia> ]
(v1.10) pkg> add https://github.com/Alseidon/TaylorInterface.jl
(v1.10) pkg> add TaylorInterface
```

Otherwise, you can run
```julia
import Pkg
Pkg.add(url="https://github.com/Alseidon/TaylorInterface.jl")
Pkg.add("TaylorInterface")
```

You also need the taylor tool installed to use this package. You can find it [here (latest version)](https://github.com/joang/taylor2-dist) or install it by running:
Expand Down

0 comments on commit be26bef

Please sign in to comment.