From 961d3af578af243de1e3171b3292c2b8b246f16b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:41:37 -0500 Subject: [PATCH] Fix: arch directions (#29) * Fix arch directions * Correct telescope installed script name --- docs/01-get-started/04-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-get-started/04-manual.md b/docs/01-get-started/04-manual.md index fd338098..ea83d919 100644 --- a/docs/01-get-started/04-manual.md +++ b/docs/01-get-started/04-manual.md @@ -53,7 +53,7 @@ paru -s stardust-xr-protostar paru -s stardust-xr-server ``` -From there, you can launch the server with `stardust-xr-server`, then in another terminal window or tab, run any other clients you need. We recommend `flatland` and `hexagon-launcher`. +From there, you can launch Stardust with `telescope`, then in another terminal window or tab, run any other clients you need. We recommend `flatland` and `hexagon-launcher`. # Manual Build :::caution