readme fix
This commit is contained in:
parent
c5e23bef35
commit
46b324be0d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#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:
|
||||||
|
@ -25,7 +25,7 @@ path = "installer/installer.rs"
|
||||||
installer_lite = "1.0.0"
|
installer_lite = "1.0.0"
|
||||||
```
|
```
|
||||||
- inside the `installer.rs`:
|
- inside the `installer.rs`:
|
||||||
```rs
|
```rust
|
||||||
use installer_lite::Installer;
|
use installer_lite::Installer;
|
||||||
use std::{env, path::PathBuf};
|
use std::{env, path::PathBuf};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue