Skip to content

Commit

Permalink
Update installation.rst (#7121)
Browse files Browse the repository at this point in the history
* Update installation.rst

Add installation instructions for GNU Guix.

* Update installation.rst

Use anonymous reference

* Update installation.rst

Anonymous references

* Update installation.rst

* fix whitespace

---------

Co-authored-by: Andreas Abel <andreas.abel@ifi.lmu.de>
  • Loading branch information
muchnick0 and andreasabel committed Feb 28, 2024
1 parent 4097133 commit d959b19
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/user-manual/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,28 @@ Agda-stdlib is `available <https://src.fedoraproject.org/rpms/Agda-stdlib/>`_ fo
will install Agda with the emacs mode and also agda-stdlib.

GNU Guix
---------
GNU Guix provides packages for both `agda <https://packages.guix.gnu.org/packages/agda/2.6.4/>`__ and `agda-stdlib <https://packages.guix.gnu.org/packages/agda-stdlib/1.7.3/>`__. You can install the latest versions by running:

.. code-block:: bash
guix install agda agda-stdlib
You can also install a specific version by running:

.. code-block:: bash
guix install agda@x.x.x agda-stdlib@x.x.x
where x is a specific version number.

Packages Sources:

* `Agda <https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/agda.scm#n45>`__

* `Agda-Stdlib <https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/agda.scm#n200>`__

FreeBSD
-------

Expand Down

0 comments on commit d959b19

Please sign in to comment.