We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20433a4 commit a0cef06Copy full SHA for a0cef06
1 file changed
README.md
@@ -5,4 +5,16 @@ ANGEL is a Javascript RISC-V ISA (RV64) Simulator that runs riscv-linux with Bus
5
6
Check out the demo running at: https://riscv.org/software-tools/riscv-angel/
7
8
-*NOTE:* ANGEL is not under active development - it implements old draft versions of the RISC-V specs (~late 2014)
+## *NOTE:*
9
+
10
+ANGEL is not under active development - it implements old draft versions of the RISC-V specs (~late 2014)
11
12
+## Building/Running locally
13
14
+Run `make`, make sure you have GNU sed.
15
16
+Start a webserver in the angel directory, e.g.
17
18
+ python -m SimpleHTTPServer 8000
19
20
+Visit localhost:8000/run.html in your browser.
0 commit comments