From c9def98b8913d0169322dcca0fe98b0c502eae3c Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 23 Aug 2024 10:43:05 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 43008e4..32245a4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file