Skip to content

Commit 3959d4c

Browse files
committed
README + 0.2.0 -> 0.3.0
1 parent 7e1db6c commit 3959d4c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rab"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["ityt <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/itytophile/rab"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ Other icons from Font Awesome https://fontawesome.com/license/free
1212

1313
## Installation
1414

15-
WARNING: The binary (the .exe file) must be next to the "armors" folder for it to work!!!!
16-
1715
If you use Windows or Linux, you can download the binary here https://github.com/itytophile/rab/releases
1816

17+
RAB will download on its own the armor and localization files if they are not present.
18+
19+
However you can still download the files manually [here](https://github.com/itytophile/monster-hunter-rise-armors) and [here](https://github.com/itytophile/rab-locale). The armor files must be in a folder named "armors" and the localization files in a folder named "locale". Both folders must be next to the executable.
20+
1921
## Need help for localization!
2022

2123
At the moment, the skills and armors are translated into
@@ -83,5 +85,3 @@ cargo run --release
8385
```
8486

8587
If you want to move the binary somewhere else, it is located here: `rab/target/release/rab(.exe)`
86-
87-
WARNING: The binary must be next to the "armors" folder for it to work!!!!

0 commit comments

Comments
 (0)