Encourage people to read my report
This commit is contained in:
parent
655c12720a
commit
ae9a0b3de7
|
@ -7,6 +7,12 @@ This project aims to formalize some parts of category theory using cubical agda
|
||||||
This project draws a lot of inspiration from [the
|
This project draws a lot of inspiration from [the
|
||||||
HoTT-book](https://homotopytypetheory.org/book/).
|
HoTT-book](https://homotopytypetheory.org/book/).
|
||||||
|
|
||||||
|
If you want more information about this project, then you're in luck. This is my
|
||||||
|
masters thesis. Go ahead and read it:
|
||||||
|
|
||||||
|
cd doc/
|
||||||
|
make read
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
@ -48,3 +48,6 @@ cleanall:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
latexmk -c
|
latexmk -c
|
||||||
|
|
||||||
|
read: all
|
||||||
|
xdg-open $(PROJNAME).pdf
|
||||||
|
|
Loading…
Reference in a new issue