Added README or something

This commit is contained in:
Casey 2022-10-13 23:56:25 +03:00
parent e25b935845
commit e6f1a22fe1
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 9 additions and 0 deletions

9
README Normal file
View File

@ -0,0 +1,9 @@
Requirements: raylib and unscii font
raylib can be installed from official repositories on Arch, idk about others
Check https://github.com/raysan5/raylib
unscii font should be places here. you can download it from here:
http://viznut.fi/unscii/unscii-16.ttf
in short:
doas pacman -S raylib && wget http://viznut.fi/unscii/unscii-16.ttf && make clean all run