Skip to content

Commit 852cd33

Browse files
authored
Mention that you need to download example files
1 parent b682e81 commit 852cd33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ It contains three tools:
1616

1717
Pre-compiled binaries (executables) are available for [common Windows and Linux platforms](#supported-platforms). Download them from the **[releases page](https://github.com/RandomSearch18/rusty_man_computer/releases/latest)**.
1818

19-
Then you can run the examples below (adjusting the binary name to match the name of the file you've downloaded). For example:
19+
You can also download an example program from [the `demos` directory](https://github.com/RandomSearch18/rusty_man_computer/tree/master/demos), and run it as below (adjusting the binary name to match the name of the file you've downloaded):
2020

2121
```bash
22-
rusty-man-computer-0.4.0-x86_64-pc-windows-gnu.exe --ram demos/add.bin
22+
rusty-man-computer-0.4.0-x86_64-pc-windows-gnu.exe --ram add.bin
2323
```
2424

2525
I'd suggest renaming the binary file to `rusty-man-computer` or `rusty-man-computer.exe` (on Windows) to make things easier to type.

0 commit comments

Comments
 (0)