You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ It contains three tools:
12
12
13
13
## Usage
14
14
15
-
### Reccomended: Pre-compiled binaries
15
+
### Recommended: Pre-compiled binaries
16
16
17
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)**.
18
18
@@ -24,6 +24,16 @@ You can download an example program from [the `demos` directory](https://github.
24
24
25
25
I'd suggest renaming the binary file to `rusty-man-computer` or `rusty-man-computer.exe` (on Windows) to make things easier to type.
26
26
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
+
27
37
### Try it online: Run in CodeSandbox
28
38
29
39
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