Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 304 Bytes

To run

Install nim: https://nim-lang.org/

clone the repo: git clone https://github.com/Frusadev/arila

cd arila

./arila (if you are on linux x86_64)

If you are on windows, linux (arm) or mac, build the project:

cd arila

nimble build -d:release

./arila and for windows: ./arila.exe