Skip to content

Commit 87aea96

Browse files
authored
Add note about testing changes in a fork of the registry (#33)
Include a note detailing how to test a personal fork in Qt Creator.
2 parents 411b6d6 + 9eccd83 commit 87aea96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ This contains a registry of Qt Creator extensions.
1818
5. Fill in the `sources` array in the newly created `extension.json` file with the urls to your Extension.
1919
6. Run `git add .` and `git commit -m "Added <your-plugin-id>"`
2020
7. Push your changes to your fork
21-
8. Create a pull request to this repository
22-
9. Wait for approval
21+
> To test your changes, you can add your fork in Qt Creator under "Settings => Extensions => Repository URLs". Specify the path to your Repositories tar.gz file, e.g. `https://github.com/<your-username>/extension-registry/archive/refs/heads/<your-branch-name>.tar.gz`
22+
9. Create a pull request to this repository
23+
10. Wait for approval
2324

2425
## Fixing / setting SHA keys
2526

0 commit comments

Comments
 (0)