Skip to content

Commit

Permalink
Merge pull request #257 from LCSB-BioCore/revert-236-mk-github-install
Browse files Browse the repository at this point in the history
Revert "change installation to git (temporarily)"
  • Loading branch information
exaexa committed May 16, 2021
2 parents d65aecc + f9927fd commit 229d218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ answers to Julia specific questions.
### Quick start guide

<!--quickstart_begin-->
You can install COBREXA directly from the GitHub repository. Start `julia`,
**press `]`** to switch to the Packaging environment, and type:
You can install COBREXA from Julia repositories. Start `julia`, **press `]`** to
switch to the Packaging environment, and type:
```
add https://github.com/LCSB-BioCore/COBREXA.jl
add COBREXA
```

You also need to install your favorite solver supported by `JuMP.jl`, typing
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ deploydocs(
repo = "github.com/$(ENV["TRAVIS_REPO_SLUG"]).git",
target = "build",
branch = "gh-pages",
push_preview = true
push_preview = true,
)

0 comments on commit 229d218

Please sign in to comment.