mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
Added usage notes
This commit is contained in:
parent
55e3e91d18
commit
d61a4c8bfa
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -24,3 +24,18 @@ So far the contributions are:
|
|||
|
||||
## TODO
|
||||
TODOs are found inside the literate agda files!
|
||||
|
||||
## Usage
|
||||
The project requires a new version of agda-categories (newer than some package managers ship), so the easiest way to use this project is via the provided nix flake, which fetches my fork of agda-categories that is guaranteed to work with this project.
|
||||
|
||||
To use the project you just have to open a development shell:
|
||||
```sh
|
||||
nix develop .
|
||||
```
|
||||
(this will take 20 - 30 minutes the first time, because it has to typecheck the agda-categories library)
|
||||
|
||||
There is also a Makefile for compiling every module and generating the html documentation.
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue