You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@ in glorious clickable HTML.
30
30
31
31
## Installation instructions
32
32
33
+
On Unix-style systems, it should be as simple as
34
+
35
+
```shell
36
+
sh -c "$(curl --proto '=https' --tlsv1.2 -s https://raw.githubusercontent.com/agda/agda-stdlib/refs/heads/master/stdlib-install.sh))"
37
+
```
38
+
33
39
See the [installation instructions](https://github.com/agda/agda-stdlib/blob/master/doc/installation-guide.md) for the latest version of the standard library.
Copy file name to clipboardExpand all lines: doc/installation-guide.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ Installation instructions
3
3
4
4
Note: the full story on installing Agda libraries can be found at [readthedocs](http://agda.readthedocs.io/en/latest/tools/package-system.html).
5
5
6
+
7
+
## Automated installation on Unix-style systems
8
+
9
+
Running the following command in a terminal will download the
10
+
[installation script](../stdlib-install.sh) and run. It will
11
+
ask you some questions about your setup and automatically install
12
+
a version of the stdlib compatible with your version of Agda.
13
+
14
+
```shell
15
+
sh -c "$(curl --proto '=https' --tlsv1.2 -s https://raw.githubusercontent.com/agda/agda-stdlib/refs/heads/master/stdlib-install.sh))"
16
+
```
17
+
18
+
## Manual installation
19
+
6
20
Use version v2.3 of the standard library with Agda v2.8.0 or v2.7.0.1. You can find the correct version of the library to use for different Agda versions on the [Agda Wiki](https://wiki.portal.chalmers.se/agda/Libraries/StandardLibrary).
7
21
8
22
1. Navigate to a suitable directory `$HERE` (replace appropriately) where
0 commit comments