Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit b578013

Browse files
authored
Update README.md
1 parent 93879f1 commit b578013

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,31 @@ https://bokuweb.github.io/rustynes/
2121

2222
## Development
2323

24+
### webAssembly
2425
```
25-
$make
26-
$npm install
27-
$npm start
28-
$open http://localhost:3334
26+
$ make
27+
$ npm install
28+
$ npm start
29+
$ open http://localhost:3334
30+
```
31+
32+
### Native
33+
34+
```
35+
$ cargo run -p standalone --release roms/hello.nes
36+
```
37+
38+
## Build
39+
40+
### webAssembly
41+
```
42+
$ make
43+
```
44+
45+
### Native
46+
47+
```
48+
$ make standalone
2949
```
3050

3151
## Test

0 commit comments

Comments
 (0)