update readme
This commit is contained in:
parent
2507c010c0
commit
0d715f2fdd
|
@ -4,21 +4,30 @@ Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format
|
||||||
|
|
||||||
![Imgur](https://i.imgur.com/ZGbmHYd.png)
|
![Imgur](https://i.imgur.com/ZGbmHYd.png)
|
||||||
|
|
||||||
|
Mirror on my [<img src="https://git.zeldon.ru/assets/img/logo.svg" align="center" width="20" height="20"/> Git](https://git.zeldon.ru/zeldon/rdr2_screenshot_converter)
|
||||||
|
|
||||||
## QuickStart
|
## QuickStart
|
||||||
|
|
||||||
Just [download](https://github.com/xzeldon/rdr2_screenshot_converter/releases) the executable file from releases and run it. It will automatically find your screenshots and save them.
|
Just [download](https://github.com/xzeldon/rdr2_screenshot_converter/releases) the executable file from releases and run it. It will automatically find your screenshots and save them.
|
||||||
|
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
You can define a path for saving screenshots. To do this, open a command prompt, specify the path to the executable file and the path to save the screenshots.
|
You can define a path for saving screenshots. To do this, open a command prompt, specify the path to the executable file and the path to save the screenshots.
|
||||||
|
|
||||||
```
|
```
|
||||||
cli.exe C:\screenshots
|
cli.exe C:\screenshots
|
||||||
```
|
```
|
||||||
|
|
||||||
This command will save screenshots to ```C:\screenshots```
|
This command will save screenshots to ```C:\screenshots```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
All instructions tested on Windows 10 Pro for workstations 19042.928.
|
All instructions tested on Windows 10 Pro for workstations 19042.928.
|
||||||
|
|
||||||
You need:
|
You need:
|
||||||
|
|
||||||
* [Rust](https://www.rust-lang.org)
|
* [Rust](https://www.rust-lang.org)
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build --release --bin cli
|
cargo build --release --bin cli
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue