diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-04-20 19:02:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 19:02:25 +0200 |
commit | 231097662dea040e70562fe4f08736bc0d981831 (patch) | |
tree | 73801fcf95cdb5aa2e9c30d0f5dad49065e72bcf /docs | |
parent | 6f549111ed76e05fe3de57d7e4d8c42e79220a2b (diff) | |
download | NorthstarWiki-231097662dea040e70562fe4f08736bc0d981831.tar.gz NorthstarWiki-231097662dea040e70562fe4f08736bc0d981831.zip |
Replace link to legacy PR install tool with FlightCore (#157)
Replace link to legacy PR install tool with FlightCore
Diffstat (limited to 'docs')
-rw-r--r-- | docs/modding-and-development/testing.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index 5cb3fe0..2be33c2 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -31,13 +31,13 @@ After testing, make sure to mention the steps tested in your review. ## Acquiring necessary files -### northstar_dev_testing_helper_tool +### FlightCore developer tools -You can use the creatively named `northstar_dev_testing_helper_tool` to essentially 1-click install any pull request to [NorthstarMods](https://github.com/R2Northstar/NorthstarMods/) and [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher/). +You can use FlightCore to essentially 1-click install any pull request to [NorthstarMods](https://github.com/R2Northstar/NorthstarMods/) and [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher/). -The tool is still WIP albeit in a usable state. Check its README for instructions: +The tool is still being improved upon but already more than usable. Check its README for instructions: -{% embed url="https://github.com/GeckoEidechse/northstar_dev_testing_helper_tool" %} +{% embed url="https://github.com/R2NorthstarTools/FlightCore/blob/main/docs/DEV-TOOLS.md" %} ### Manually |