-
Notifications
You must be signed in to change notification settings - Fork 35
Use pkg mode for all instructions #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the current syntax there is wrong, I left a comment for the first example, but the same applies to all those cases.
README.md
Outdated
Pkg.add("Mimi") | ||
```` | ||
```julia | ||
pkg> add("Mimi") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be pkg> add Mimi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry was moving too fast ...
Codecov Report
@@ Coverage Diff @@
## master #483 +/- ##
=======================================
Coverage 83.26% 83.26%
=======================================
Files 26 26
Lines 1870 1870
=======================================
Hits 1557 1557
Misses 313 313 Continue to review full report at Codecov.
|
docs/src/installation.md
Outdated
|
||
```julia | ||
julia> Pkg.update() | ||
pkg> update() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one also, remove the parenthesis.
No description provided.