mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 06:19:03 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
The documentation is written in Asciidoctor because I just want to avoid org-roam recognizing it. ;p As for the reproducible environment, it uses Nix (no surprise).
5 lines
45 B
Makefile
5 lines
45 B
Makefile
.PHONY: setup
|
|
setup:
|
|
raco pkg install sicp
|
|
|