Skip to content

Commit 3c9151c

Browse files
authored
rephrase dev version instead of git commit
1 parent 1d77a36 commit 3c9151c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/content/pages/download.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ your dependencies using the
2525
You will have to use ``pack build`` instead of ``idris2 --build`` to compile a
2626
package.
2727

28-
If you already use ``pack``, you can update your Idris version to the latest git
29-
commit (``HEAD``) by using ``pack switch latest``. If you wish to use a specific
28+
If you already use ``pack``, you can update your Idris version to the latest version
29+
in development by using ``pack switch latest``[#f1]_. If you wish to use a specific
3030
release with ``pack``, currently the only way to do this is to find the release
3131
date, and then switch to its nightly collection by using, for example,
3232
``pack switch nightly-231222`` (which would switch to the 0.7.0 release).
@@ -111,3 +111,7 @@ There are editor modes which support interactive editing:
111111
* `Vim mode (for Idris 1) <https://github.com/idris-hackers/idris-vim>`_
112112
* `Emacs mode (for Idris 1 and 2) <https://github.com/idris-hackers/idris-mode>`_
113113
* `(DEPRECATED) <https://github.blog/news-insights/product-news/sunsetting-atom/>`_ `Atom package <https://atom.io/packages/language-idris>`__
114+
115+
.. rubric:: Footnotes
116+
117+
.. [#f1] This version point to the latest git commit (``HEAD``) of the Idris 2 project.

0 commit comments

Comments
 (0)