summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5bfad59
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+
+SIS - Simple Instruction Simulator README file
+----------------------------------------------
+
+SIS uses the GNU autoconf system, and can simply be build using:
+
+ ./configure
+
+followed by
+
+ make
+
+To build a PDF version of the manual, do
+
+ make sis.pdf.
+