Skip to content

Commit

Permalink
updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
konkam committed Oct 29, 2020
1 parent 0fb0f99 commit ebdc408
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pkg> add https://github.com/konkam/GibbsTypePriors
Alternatively, you may run:

```julia; eval = false
julia> using Pkg; Pkg.add("https://github.com/konkam/GibbsTypePriors")
julia> using Pkg; Pkg.add(url = "https://github.com/konkam/GibbsTypePriors")
```

# How to use the package
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pkg> add https://github.com/konkam/GibbsTypePriors
Alternatively, you may run:

```julia
julia> using Pkg; Pkg.add("https://github.com/konkam/GibbsTypePriors")
julia> using Pkg; Pkg.add(url = "https://github.com/konkam/GibbsTypePriors")
```


Expand Down

0 comments on commit ebdc408

Please sign in to comment.