Update README.md
This commit is contained in:
parent
0b56ca8f9b
commit
1df16bbf34
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# Installer lite
|
||||
A simple installation app creator for your Windows app.
|
||||
Takes the bytes that make up your binary and store it inside the installer binary, then it writes the file down in a requested location.
|
||||

|
||||
|
||||
how to use:
|
||||
- First create a `./installer/installer.rs` file in your crates root directory.
|
||||
- Add the binary to your `Cargo.toml` as such:
|
||||
|
@ -48,4 +50,4 @@ fn main() {
|
|||
/* Start the installer, maybe handle error cases */
|
||||
installer.start().expect("Installation somehow failed");
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue