Update getting-started.md

This commit is contained in:
Ben C 2024-10-25 12:31:00 -04:00 committed by GitHub
parent 3c9ea2e7ee
commit ca0a0b7b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ If you run into issues please make sure:
### Making a GitHub Repository ### Making a GitHub Repository
To get started, you'll need to fork the [the New Horizons addon template](https://github.com/xen-42/ow-new-horizons-config-template) To get started, you'll need to click the green "Use This Template" button on the [the New Horizons addon template](https://github.com/xen-42/ow-new-horizons-config-template) GitHub repository.
- Set the Name to your username followed by a dot (`.`), followed by your mod's name in PascalCase (no spaces, new words have capital letters). So for example if my username was "Test" and my mod's name was "Really Cool Addon", I would name the repo `Test.ReallyCoolAddon`. - Set the Name to your username followed by a dot (`.`), followed by your mod's name in PascalCase (no spaces, new words have capital letters). So for example if my username was "Test" and my mod's name was "Really Cool Addon", I would name the repo `Test.ReallyCoolAddon`.
- The description is what will appear in the mod manager under the mod's name, you can always edit this later - The description is what will appear in the mod manager under the mod's name, you can always edit this later