Skip to content

Commit fbfe84a

Browse files
Document removal of mods by their slugs
1 parent 583a371 commit fbfe84a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,10 @@ If ferium fails to download a mod, it will print its name in red and try to give
265265

266266
You can list out all the mods in your current profile by running `ferium list`. If you want to see more information about them, you can use `ferium list -v` or `ferium list --verbose`.
267267

268-
You can remove any of your mods using `ferium remove`; just select the ones you would like to remove using the space key, and press enter once you're done. You can also provide the names or IDs of the mods to remove as arguments.
268+
You can remove any of your mods using `ferium remove`; just select the ones you would like to remove using the space key, and press enter once you're done. You can also provide the names, IDs, or slugs of the mods as arguments.
269+
270+
> [!TIP]
271+
> Older versions did not have the ability to remove mods by their slug, since it wasn't stored in the config. If you are upgrading from an older version, you will initially not be able to remove mods by their slugs. You can run `ferium list -v` to load the slugs into the profile.
269272
270273
> [!IMPORTANT]
271274
> Both mod names and GitHub repository identifiers are case insensitive.

0 commit comments

Comments
 (0)