Skip to content

Commit 644fafe

Browse files
authored
Update installation-guide.md (#1207)
1 parent 041fd89 commit 644fafe

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

notes/installation-guide.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,21 @@ Use version v1.3 of the standard library with Agda 2.6.1.
3434
$HERE/agda-stdlib-1.3/standard-library.agda-lib
3535
```
3636

37-
6. [ OPTIONAL ] To use the standard library in your project `$PROJECT`,
38-
put a file `$PROJECT.agda-lib` file in the project root containing:
39-
```
40-
depend: standard-library
41-
include: $DIRS
42-
```
43-
where `$DIRS` is a list of directories where Agda
44-
searches for modules, for instance `.` (just the project root).
45-
46-
7. [ OPTIONAL ] If you want to refer to the standard library in all your
47-
projects, add the following line to `$HOME/.agda/defaults`
48-
```
49-
standard-library
50-
```
51-
52-
Find the full story about installing Agda libraries at
53-
[readthedocs](http://agda.readthedocs.io/en/latest/tools/package-system.html).
37+
Now, the standard library is ready to be used either:
38+
39+
- in your project `$PROJECT`, by creating a file
40+
`$PROJECT.agda-lib` in the project's root containing:
41+
```
42+
depend: standard-library
43+
include: $DIRS
44+
```
45+
where `$DIRS` is a list of directories where Agda
46+
searches for modules, for instance `.` (just the project's root).
47+
48+
- in all your projects, by adding the following line to
49+
`$HOME/.agda/defaults`
50+
```
51+
standard-library
52+
```
53+
54+
Find the [full story at readthedocs](http://agda.readthedocs.io/en/latest/tools/package-system.html) about installing Agda libraries.

0 commit comments

Comments
 (0)