Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
ACME installation should now use `Pkg.add` instead of `Pkg.clone` as
ACME has been included in the official repository.
  • Loading branch information
martinholters committed Apr 21, 2016
1 parent 23ee4e7 commit 4610779
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 @@ -23,7 +23,7 @@ be fine.)
To install ACME, start Julia and run:

```Julia
Pkg.clone("https://github.com/HSU-ANT/ACME.jl.git")
Pkg.add("ACME")
```

This will download ACME and all of its dependencies.
Expand Down
2 changes: 1 addition & 1 deletion doc/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have not done so already, `download and install Julia`_. (Any version sta

To install ACME, start Julia and run::

Pkg.clone("https://github.com/HSU-ANT/ACME.jl.git")
Pkg.add("ACME")

This will download ACME and all of its dependencies.

Expand Down

0 comments on commit 4610779

Please sign in to comment.