From 65c8ac48af16235097084b413c10c7bff576b331 Mon Sep 17 00:00:00 2001 From: naufal Date: Fri, 9 Nov 2018 17:28:49 +0200 Subject: commands render correctly in README.md now, included in code block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.1