update readme for install instructions
This commit is contained in:
parent
ce8dd726e5
commit
2ebd7f4e8c
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,13 @@ This fork of [gillescastell/university-setup][setup] contains my personal custom
|
||||||
|
|
||||||
Additionally, this version features a `.courseignore` file you can place in the `ROOT` folder to ignore some directories for the courses.
|
Additionally, this version features a `.courseignore` file you can place in the `ROOT` folder to ignore some directories for the courses.
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
If you want to install this, run `make install` on your favourite unix operating system.
|
||||||
|
This installs into `/opt/mkessler/university-setup`.
|
||||||
|
|
||||||
|
There is also a [PKGBUILD][pkgbuild] for Arch linux available.
|
||||||
|
|
||||||
# Managing LaTeX lecture notes
|
# Managing LaTeX lecture notes
|
||||||
|
|
||||||
This repository complements my [third blog post about my note taking setup](https://castel.dev/post/lecture-notes-3).
|
This repository complements my [third blog post about my note taking setup](https://castel.dev/post/lecture-notes-3).
|
||||||
|
@ -155,3 +162,4 @@ This script updates the `master.tex` files to include all lectures and compiles
|
||||||
|
|
||||||
|
|
||||||
[setup]: https://github.com/gillescastel/university-setup
|
[setup]: https://github.com/gillescastel/university-setup
|
||||||
|
[pkgbuild]: https://gitlab.com/kesslermaximilian/university-setup-git
|
||||||
|
|
Loading…
Reference in a new issue