Skip to content

Commit 4cb3415

Browse files
+ 1-command installation instructions
1 parent 8a72c40 commit 4cb3415

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It contains three tools:
1212

1313
## Usage
1414

15-
### Reccomended: Pre-compiled binaries
15+
### Recommended: Pre-compiled binaries
1616

1717
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

@@ -24,6 +24,16 @@ You can download an example program from [the `demos` directory](https://github.
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.
2626

27+
### One-command installation using Cargo
28+
29+
If you have [Rust installed](https://rust-lang.org/tools/install/), you can install a released version of Rusty-Man Computer using Cargo:
30+
31+
```bash
32+
cargo install rusty_man_computer
33+
```
34+
35+
This makes the `rusty_man_computer`, `bin_creator`, and `rmc_assemble` commands available on your system.
36+
2737
### Try it online: Run in CodeSandbox
2838

2939
You can try Rusty-Man Computer in your browser by visiting the **[💻 CodeSandbox demo](https://codesandbox.io/p/github/RandomSearch18/rusty_man_computer/)**.

0 commit comments

Comments
 (0)