Skip to content

Commit

Permalink
updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 6, 2023
1 parent dbbc2ca commit 4afda47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is currently on very early development stage.
## Installation

```julia
import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl")
import Pkg; Pkg.add("MolSimToolkit")
```

## Using
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Installation

```julia
import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl")
import Pkg; Pkg.add("MolSimToolkit")
```

## Using
Expand Down

0 comments on commit 4afda47

Please sign in to comment.