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
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,27 +71,18 @@ Options:
71
71
72
72
## Installation
73
73
74
-
There are several ways to install this app as it depends somewhat on the operating system you are using.
74
+
You can either install this app from the crates.io package registry (which is part of the Rust ecosystem) or build from source code.
75
75
76
-
* Maybe you already have the rust language installed or are happy to install it - since you are here I assume you are interested in embedded development rust may be in your future in any case :) If so follow the "I like Rust" method below
77
-
* Or maybe you prefer download a binary and put it on your OS path so you can run it on your machine
78
-
79
-
### I like Rust
76
+
Either way you first need to install Rust (since you are here I assume you are interested in embedded development and Rust may be in your future in any case :)
80
77
81
78
Follow the steps to [install rust](https://www.rust-lang.org/tools/install)
82
79
83
-
Then install the app directly with:
80
+
Then install the app with:
84
81
85
82
```
86
83
cargo install raftcli
87
84
```
88
85
89
-
### Install a pre-build binary
90
-
91
-
Select a binary executable from the [releases folder](https://github.com/robdobsn/RaftCLI/releases)
92
-
93
-
Download the compressed archive and uncompress. Then copy the binary executable to a folder which is on the PATH of your operating system.
94
-
95
86
### Build from source
96
87
97
88
If you want to build this app from source code then firstly [install rust](https://www.rust-lang.org/tools/install)
0 commit comments