11Installation instructions
22=========================
33
4- Use version v1.5 of the standard library with Agda 2.6.1 and 2.6.1.1.
4+ Use version v1.6 of the standard library with Agda 2.6.1 and 2.6.1.1.
55
661 . Navigate to a suitable directory ` $HERE ` (replace appropriately) where
77 you would like to install the library.
88
9- 2 . Download the tarball of v1.5 of the standard library. This can either be
9+ 2 . Download the tarball of v1.6 of the standard library. This can either be
1010 done manually by visiting the Github repository for the library, or via the
1111 command line as follows:
1212 ```
13- wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.5 .tar.gz
13+ wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.6 .tar.gz
1414 ```
1515 Note that you can replace ` wget ` with other popular tools such as ` curl ` and that
16- you can replace ` 1.5 ` with any other version of the library you desire.
16+ you can replace ` 1.6 ` with any other version of the library you desire.
1717
18183 . Extract the standard library from the tarball. Again this can either be
1919 done manually or via the command line as follows:
@@ -24,14 +24,14 @@ Use version v1.5 of the standard library with Agda 2.6.1 and 2.6.1.1.
24244 . [ OPTIONAL ] If using [ cabal] ( https://www.haskell.org/cabal/ ) then run
2525 the commands to install via cabal:
2626 ```
27- cd agda-stdlib-1.5
27+ cd agda-stdlib-1.6
2828 cabal install
2929 ```
3030
31315 . Register the standard library with Agda's package system by adding
3232 the following line to ` $HOME/.agda/libraries ` :
3333 ```
34- $HERE/agda-stdlib-1.5 /standard-library.agda-lib
34+ $HERE/agda-stdlib-1.6 /standard-library.agda-lib
3535 ```
3636
3737Now, the standard library is ready to be used either:
0 commit comments