File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ your dependencies using the
2525You will have to use ``pack build `` instead of ``idris2 --build `` to compile a
2626package.
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
3030release with ``pack ``, currently the only way to do this is to find the release
3131date, 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.
You can’t perform that action at this time.
0 commit comments