Skip to content

Commit 4dc6f8f

Browse files
authored
Make the README clearer
1 parent 852cd33 commit 4dc6f8f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ It contains three tools:
1414

1515
### Reccomended: Pre-compiled binaries
1616

17-
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)**.
17+
Pre-compiled binaries (executables) are available for Windows and Linux. Download them from the **[releases page](https://github.com/RandomSearch18/rusty_man_computer/releases/latest)**.
1818

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):
19+
You can 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

21-
```bash
22-
rusty-man-computer-0.4.0-x86_64-pc-windows-gnu.exe --ram add.bin
21+
```batch
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.
@@ -98,7 +98,7 @@ If you have a program written in LMC assembly, you can assemble it to a Rusty-Ma
9898
rmc_assemble my_program.lmc --output my_program.bin
9999
```
100100

101-
Then you can run the program in a similar way to the examples above, e.g.
101+
Then you can run the program in a similar way to the demos above, e.g.
102102

103103
```bash
104104
rusty-man-computer --ram my_program.bin

0 commit comments

Comments
 (0)