Skip to content

Commit

Permalink
"is should" --> "should"
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious committed Oct 17, 2013
1 parent 1073332 commit c4b67d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ What this is doing is adding ``Distributions`` to your ``~/.julia/REQUIRE`` file
$ cat ~/.julia/REQUIRE
Distributions

It also runs ``Pkg.resolve()`` using these new requirements, which leads to the conclusion that the ``Distributions`` package is should be installed since it is required but not installed.
It also runs ``Pkg.resolve()`` using these new requirements, which leads to the conclusion that the ``Distributions`` package should be installed since it is required but not installed.
As stated before, you can accomplish the same thing by editing your ``~/.julia/REQUIRE`` file by hand and then running ``Pkg.resolve()`` yourself::

$ echo UTF16 >> ~/.julia/REQUIRE
Expand Down

0 comments on commit c4b67d8

Please sign in to comment.