Skip to content
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

update download instructions #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions src/content/pages/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@ You can always find the latest development version `on github

+ ``git clone`` `https://github.com/idris-lang/Idris2.git <https://github.com/idris-lang/Idris2>`_

If you want to install it the "hard way", you can use a bootstrapping
version of Idris 2, which is implemented in Idris 1:
You can also use idris via pack, the package manager.

+ ``git clone`` `https://github.com/edwinb/Idris2-boot.git <https://github.com/edwinb/Idris2=boot>`_
* Install `pack <http://github.com/stefan-hoeck/pack>`_

Previous releases are also available:

* `idris2-0.5.1.tgz <{static}../releases/idris2-0.5.1.tgz>`_ `(SHA 256 hash) <{static}../releases/idris2-0.5.1.tgz.sha256>`__
* `idris2-0.4.0.tgz <{static}../releases/idris2-0.4.0.tgz>`_ `(SHA 256 hash) <{static}../releases/idris2-0.4.0.tgz.sha256>`__

Idris 1
-------
Idris 1 (legacy)
----------------

Idris 1 is no longer maintained but remains available. If you are still using idris 1, consider switching to idris 2.

* Guide to port to `idris 2 <https://idris2.readthedocs.io/en/latest/updates/updates.html>`_

You can find the source from the following places:

Expand Down