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
|
# Installer lite
|
||||||
A simple installation app creator for your Windows app.
|
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.
|
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:
|
how to use:
|
||||||
- First create a `./installer/installer.rs` file in your crates root directory.
|
- First create a `./installer/installer.rs` file in your crates root directory.
|
||||||
- Add the binary to your `Cargo.toml` as such:
|
- Add the binary to your `Cargo.toml` as such:
|
||||||
|
|
Loading…
Reference in a new issue