Skip to content

Commit

Permalink
changed installation in README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nantonel committed Oct 1, 2018
1 parent 1a2f340 commit c8e6bec
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 @@ -29,7 +29,7 @@ It supports complex variables as well.
To install the package, hit `]` from the Julia command line to enter the package manager, then

```julia
pkg> add https://github.com/kul-forbes/StructuredOptimization.jl
pkg> add StructuredOptimization
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ StructuredOptimization.jl can handle large-scale convex and nonconvex problems w
To install the package, hit `]` from the Julia command line to enter the package manager, then

```julia
pkg> add https://github.com/kul-forbes/StructuredOptimization.jl
pkg> add StructuredOptimization
```

## Citing
Expand Down

0 comments on commit c8e6bec

Please sign in to comment.