Update README.md
This commit is contained in:
parent
0227dcf2ba
commit
c9def98b89
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
# 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.
|
Reference in a new issue