Skip to content

Commit 0a703fc

Browse files
authored
Fix add-github description (#85)
1 parent 90e978e commit 0a703fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ When you first start up Ferium, you will have to create a new profile by running
8080
- You can find the project id at the top of the right sidebar under 'About Project'
8181
- So to add [Terralith](https://www.curseforge.com/minecraft/mc-mods/terralith), you should run `ferium add-curseforge 513688`
8282
- GitHub 'Mods'
83-
- `ferium add-github owner name`
83+
- `ferium add-github owner/name`
8484
- Where `owner` is the username of the owner of the repository and `name` is the name of the repository (both case-insensitive)
8585
- For example [Sodium's repository](https://github.com/CaffeineMC/sodium-fabric) has the id `CaffeineMC` and `sodium-fabric`
8686
- You can find these at the top left part of the repository's page as a big 'owner / name'
87-
- So to add [Sodium](https://github.com/CaffeineMC/sodium-fabric), you should run `ferium add-github CaffeineMC sodium-fabric` (again, case-insensitive)
87+
- So to add [Sodium](https://github.com/CaffeineMC/sodium-fabric), you should run `ferium add-github CaffeineMC/sodium-fabric` (again, case-insensitive)
8888
- Note: The GitHub repository has to release JAR files in their Releases for Ferium to download, or else it will refuse to be added
8989
- External mods
9090
- If you want to use files that are not downloadable by Ferium, place them in the `user` folder in the output directory. Files here will be copied to the output directory when upgrading

0 commit comments

Comments
 (0)