better readme
This commit is contained in:
parent
6488e6866c
commit
5cf198b8e1
1 changed files with 9 additions and 8 deletions
17
readme.md
17
readme.md
|
@ -12,8 +12,8 @@ This tool will not overcome any protection to the zip archive itself. See a prog
|
||||||
- Go to the releases tab
|
- Go to the releases tab
|
||||||
- Download for your system and unzip it
|
- Download for your system and unzip it
|
||||||
- (Step for linux users only) run `chmod +x` on the executable
|
- (Step for linux users only) run `chmod +x` on the executable
|
||||||
- Open a command prompt (windows)
|
- Open a command prompt (windows) and run rpfixer.exe
|
||||||
- Open a terminal / terminal emulator (linux)
|
- Open a terminal / terminal emulator (linux) and run rpfixer.exe
|
||||||
|
|
||||||
#### Cargo
|
#### Cargo
|
||||||
- Download the Rust-Lang for your system (WARNING: THIS IS LIKE 10GIGABYTES ON WINDOWS)
|
- Download the Rust-Lang for your system (WARNING: THIS IS LIKE 10GIGABYTES ON WINDOWS)
|
||||||
|
@ -30,6 +30,13 @@ This tool will not overcome any protection to the zip archive itself. See a prog
|
||||||
- `rpfixer` if you are on linux/mac (RUN `chmod +x rpfixer` ON IT FIRST)
|
- `rpfixer` if you are on linux/mac (RUN `chmod +x rpfixer` ON IT FIRST)
|
||||||
- `rpfixer` if you are on windows
|
- `rpfixer` if you are on windows
|
||||||
|
|
||||||
|
## Syntax for CLI
|
||||||
|
|
||||||
|
Check `--help` for syntax.
|
||||||
|
|
||||||
|
Example syntax: `rpfixer --path ./filepath/`
|
||||||
|
|
||||||
|
|
||||||
## Function library
|
## Function library
|
||||||
- The library has one function: `rpfixer::fix`. Use a `Vec<u8>` in it.
|
- The library has one function: `rpfixer::fix`. Use a `Vec<u8>` in it.
|
||||||
#### Example code
|
#### Example code
|
||||||
|
@ -43,12 +50,6 @@ fn main() {
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
# Syntax
|
|
||||||
|
|
||||||
Check `--help` for syntax.
|
|
||||||
|
|
||||||
Example syntax:
|
|
||||||
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue