1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 05:36:44 +00:00

Updated Renaming Indexers (markdown)

garfield69 2024-06-17 19:17:53 +12:00
parent 6c75f292e3
commit 9de43a3fa5

@ -20,7 +20,7 @@ name: newname
```
3. Optional: you can rename the yaml / c# too
* yaml: rename the file and add the `old file name` into `src/Jackett.Updater/Program.cs` to be removed by the updater
* c#: rename the file and the class name (not need to change `src/Jackett.Updater/Program.cs`)
* c#: rename the file and the class name (there is no need to change `src/Jackett.Updater/Program.cs`)
4. Optional: The tracker name / description is not related to the id and it can be changed anytime
## How it works for the user