Skip to content

Commit b8589a4

Browse files
committed
Pkg.clone -> Pkg.add in README
1 parent b65e947 commit b8589a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The StructJuMP package provides a parallel algebraic modeling framework for bloc
55

66
## Installation
77
```julia
8-
Pkg.clone("https://github.com/StructJuMP/StructJuMP.jl.git")
8+
Pkg.add("StructJuMP")
99
```
1010

1111
## An example

0 commit comments

Comments
 (0)