Skip to content

Commit

Permalink
Merge pull request #4 from nmoran/master
Browse files Browse the repository at this point in the history
Fix Pkg command for install pacakge from git
  • Loading branch information
msacchi authored Mar 9, 2019
2 parents de7fd3a + 5fa0c61 commit 07cc846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then, run the Julia application and type, at the prompt

```using Pkg```

```Pkg.add("https://github.com/SeismicJulia/SeisMain.jl.git")```
```Pkg.add(PackageSpec("https://github.com/SeismicJulia/SeisMain.jl.git"))```

```using SeisMain```

Expand Down

0 comments on commit 07cc846

Please sign in to comment.