Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder authored Feb 18, 2023
1 parent 6e3d593 commit a336288
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ cargo install ferium

## Overview / Help Page

> **Note**
> A lot of ferium's backend is in a separate project [libium](https://github.com/theRookieCoder/libium).
> It deals with things such as the config, adding mod(pack)s, upgrading, file pickers, etc
> **Note**
> A lot of ferium's backend is in a separate project [libium](https://github.com/theRookieCoder/libium).
> It deals with things such as the config, adding mod(pack)s, upgrading, file pickers, etc.
Ferium stores profile and modpack information in its config file. By default it is located at `~/.config/ferium/config.json`, but you can change this in 2 ways. You can set the `FERIUM_CONFIG_FILE` environment variable or set the `--config-file` global command flag, the flag always takes precedence.

Expand Down Expand Up @@ -187,7 +187,7 @@ You can choose to pick a custom output directory during profile creation or [cha
If ferium fails to download a mod, it will print its name in red and give the reason. It will continue downloading the rest of the mods and will exit with an error.

> **Warning**
> _When upgrading, any files not downloaded by ferium will be moved to the `.old` folder in the output directory_
> When upgrading, any files not downloaded by ferium will be moved to the `.old` folder in the output directory
### Upgrading Modpacks

Expand Down

0 comments on commit a336288

Please sign in to comment.