Skip to content

Commit

Permalink
Add "url=..." in installation instructions.
Browse files Browse the repository at this point in the history
I got an error without it on 1.5 and 1.6.
  • Loading branch information
bagibence committed Mar 23, 2021
1 parent 0755b79 commit 974bc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,11 +22,11 @@ with calls to methods elsewhere (as in the case of `von_mises_cdf`).
On Julia v0.7 and above:

```julia
julia> import Pkg; Pkg.add("https://github.com/anowacki/CircStats.jl")
julia> import Pkg; Pkg.add(url="https://github.com/anowacki/CircStats.jl")
```

On older versions:

```julia
julia> Pkg.clone("https://github.com/anowacki/CircStats.jl")
```
```

0 comments on commit 974bc57

Please sign in to comment.