Skip to content

Commit a0cef06

Browse files
authored
Update README.md
1 parent 20433a4 commit a0cef06

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,16 @@ ANGEL is a Javascript RISC-V ISA (RV64) Simulator that runs riscv-linux with Bus
55

66
Check out the demo running at: https://riscv.org/software-tools/riscv-angel/
77

8-
*NOTE:* ANGEL is not under active development - it implements old draft versions of the RISC-V specs (~late 2014)
8+
## *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

Comments
 (0)