aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 018c7d3..98b6bf2 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,11 @@ Adding an instruction to the simulator requires two steps:
2. Add the opcode and opcode mask to riscv/opcodes.h. Alternatively,
add it to the riscv-opcodes package, and it will do so for you:
-
+ ```
$ cd ../riscv-opcodes
$ vi opcodes // add a line for the new instruction
$ make install
+ ```
3. Rebuild the simulator.