Skip to content

Commit c8e6bec

Browse files
committedOct 1, 2018
changed installation in README and docs
1 parent 1a2f340 commit c8e6bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It supports complex variables as well.
2929
To install the package, hit `]` from the Julia command line to enter the package manager, then
3030

3131
```julia
32-
pkg> add https://github.com/kul-forbes/StructuredOptimization.jl
32+
pkg> add StructuredOptimization
3333
```
3434

3535
## Usage

‎docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ StructuredOptimization.jl can handle large-scale convex and nonconvex problems w
2121
To install the package, hit `]` from the Julia command line to enter the package manager, then
2222

2323
```julia
24-
pkg> add https://github.com/kul-forbes/StructuredOptimization.jl
24+
pkg> add StructuredOptimization
2525
```
2626

2727
## Citing

0 commit comments

Comments
 (0)
Please sign in to comment.