You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,11 @@ When you first start up Ferium, you will have to create a new profile by running
80
80
- You can find the project id at the top of the right sidebar under 'About Project'
81
81
- So to add [Terralith](https://www.curseforge.com/minecraft/mc-mods/terralith), you should run `ferium add-curseforge 513688`
82
82
- GitHub 'Mods'
83
-
-`ferium add-github ownername`
83
+
-`ferium add-github owner/name`
84
84
- Where `owner` is the username of the owner of the repository and `name` is the name of the repository (both case-insensitive)
85
85
- For example [Sodium's repository](https://github.com/CaffeineMC/sodium-fabric) has the id `CaffeineMC` and `sodium-fabric`
86
86
- 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 CaffeineMCsodium-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)
88
88
- Note: The GitHub repository has to release JAR files in their Releases for Ferium to download, or else it will refuse to be added
89
89
- External mods
90
90
- 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