Update README.md

This commit is contained in:
Patrick 2024-08-23 10:43:05 +02:00
parent 0227dcf2ba
commit c9def98b89

View file

@ -1,3 +1,9 @@
# PlutoISA # PlutoISA
This is an emulator for the custom made PlutoISA. This is an emulator for the custom made PlutoISA.
To use, you need use a Unix-like environment with gcc and make.
To compile, simply run "make", which will then create a bin subfolder with the executable.
To remove, run "make clean" to remove the the executable and the bin folder.