We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c00ed commit cd2cc69Copy full SHA for cd2cc69
README.md
@@ -3,11 +3,16 @@ Remote control Korad KWR103 type programmable DC power supplies via serial/USB o
3
4
## Installation
5
6
-TBD
+Choose from the following options
7
+
8
+- Download the pre-compiled binary matching your target platform from the
9
+[Releases](https://github.com/weinshec/kwr103/releases) page
10
11
+- Build the binary from source by cloning this repository and run `cargo build --release`
12
13
## Usage
14
-For **library usage**, please refer to the [InsertLink](https://docs.rs)
15
+For **library usage**, please refer to the documention at [docs.rs](https://docs.rs/kwr103)
16
17
For **command line usage**, please refer to the built-in help
18
```bash
0 commit comments