Skip to content

Commit 460a268

Browse files
Add CSB demo instructions to README
1 parent f92932a commit 460a268

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Each clock cycle, the contents of the registers are shown on the first line, the
2121

2222
## Usage
2323

24+
### Running in CodeSandbox
25+
26+
You can try Rusty-Man Computer in your browser by visiting the **CodeSandbox demo**. (TODO: Add link)
27+
28+
Once CodeSandbox has loaded, press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>\`</kbd> to open a new terminal, where you can use `cargo run` to run the [demo programs](#running-the-demo-programs) below.
29+
2430
### Pre-compiled binaries
2531

2632
At the moment, `cargo run` is the recommended way to run the app, but pre-compiled binaries are also available for [some platforms](#supported-platforms). Download them from the **[releases page](https://github.com/RandomSearch18/rusty_man_computer/releases/latest)**.

0 commit comments

Comments
 (0)