aboutsummaryrefslogtreecommitdiff
path: root/docs/installing-northstar
diff options
context:
space:
mode:
authorSalmon <99826409+TH3-S4LM0N@users.noreply.github.com>2022-08-12 13:27:04 +0000
committerGitHub <noreply@github.com>2022-08-12 15:27:04 +0200
commitbc950e27e8d58af2fb58f0baa3e61ed064597935 (patch)
tree4537158172c5945b10e5576e7f9da09804eb041b /docs/installing-northstar
parent934c2abbaec9706434ad727238c9c834dc888373 (diff)
downloadNorthstarWiki-bc950e27e8d58af2fb58f0baa3e61ed064597935.tar.gz
NorthstarWiki-bc950e27e8d58af2fb58f0baa3e61ed064597935.zip
Add a section about papa to NS installer list (#100)
Diffstat (limited to 'docs/installing-northstar')
-rw-r--r--docs/installing-northstar/northstar-installers.md38
1 files changed, 22 insertions, 16 deletions
diff --git a/docs/installing-northstar/northstar-installers.md b/docs/installing-northstar/northstar-installers.md
index 43f27e7..7ce08cb 100644
--- a/docs/installing-northstar/northstar-installers.md
+++ b/docs/installing-northstar/northstar-installers.md
@@ -4,22 +4,22 @@ Since the public release of Northstar, the wider community has created tools to
Each of these installers covers a different use case. Use the table below to find out which one suits you best:
-| Features | r2mm | Viper | VTOL |
-| ------------------------------- | ---- | ----- | ---- |
-| Install Northstar | ✔️ | ✔️ | ✔️ |
-| Update Northstar | ✔️ | ✔️ | ✔️ |
-| Launch Northstar | ✔️ | ✔️ | ✔️ |
-| Launch Vanilla | ✔️ | ✔️ | ✔️ |
-| Install Mods from Thunderstore | ✔️ | ✔️ | ✔️ |
-| Update Mods | ✔️ | ✔️ | ✔️ |
-| | | | |
-| Set launch arguments | ❓ | ✔️ | ✔️ |
-| Installing mods for other games | ✔️ | ❌ | ❌ |
-| Install skins | ❓ | ❌ | ✔️ |
-| Linux support | ❓ | ✔️ | ❌ |
-| Install Mods from GitHub/GitLab | ❌ | ❌ | ✔️ |
-| Server config creator | ❌ | ❌ | ✔️ |
-| Package mods for Thunderstore | ❌ | ❌ | ✔️ |
+| Features | r2mm | Viper | VTOL | Papa |
+| ------------------------------- | ---- | ----- | ---- |------|
+| Install Northstar | ✔️ | ✔️ | ✔️ | ✔️ |
+| Update Northstar | ✔️ | ✔️ | ✔️ | ✔️ |
+| Launch Northstar | ✔️ | ✔️ | ✔️ | ❌ |
+| Launch Vanilla | ✔️ | ✔️ | ✔️ | ❌ |
+| Install Mods from Thunderstore | ✔️ | ✔️ | ✔️ | ✔️ |
+| Update Mods | ✔️ | ✔️ | ✔️ | ✔️ |
+| | | | | |
+| Set launch arguments | ❓ | ✔️ | ✔️ | ❌ |
+| Installing mods for other games | ✔️ | ❌ | ❌ | ❌ |
+| Install skins | ❓ | ❌ | ✔️ | ❌ |
+| Linux support | ❓ | ✔️ | ❌ | ✔️ |
+| Install Mods from GitHub/GitLab | ❌ | ❌ | ✔️ | ❌ |
+| Server config creator | ❌ | ❌ | ✔️ | ❌ |
+| Package mods for Thunderstore | ❌ | ❌ | ✔️ | ❌ |
Note that none of these tools are directly part of the Northstar project and as such any issues with them should be reported to the respective authors instead.
@@ -67,3 +67,9 @@ Easy to use and extensive Northstar installer and mod-manager. Supports installi
Download and source code:
{% embed url="https://github.com/BigSpice/VTOL" %}
+
+## **AnActualEmerald:** Papa
+
+Command-line only mod manager and Northstar installer written in Rust. Available for Linux as `.deb` and `.msi` Windows installer. Or build from source. Can install, uninstall, and update mods from Thunderstore.
+
+{% embed url="https://github.com/AnActualEmerald/papa" %}