Update docs/source/config_files.rst

Co-Authored-By: davidanthoff <anthoff@berkeley.edu>
pull/595/head
Nathan Daly 2019-03-05 17:56:22 -08:00 zatwierdzone przez GitHub
rodzic 1e531a98cf
commit 4a882f445a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -89,7 +89,7 @@ of the Julia packages that are installed.
A ``REQUIRE`` file can specify both the version of Julia to be used and
which Julia packages should be used. The use of ``REQUIRE`` is only
recommended for pre 1.0 Julia versions, the recommended way of installing
recommended for pre 1.0 Julia versions. The recommended way of installing
a Julia environment that uses Julia 1.0 or newer is to use a ``Project.toml``
file. If both a ``REQUIRE`` and a ``Project.toml`` file are detected,
the ``REQUIRE`` file is ignored. To see an example of a Julia repository