From 51c0b7b09b93827c85b0d3dc391a85b344cad805 Mon Sep 17 00:00:00 2001 From: Philpax Date: Fri, 18 Mar 2022 04:29:01 +0100 Subject: [PATCH] Update install documentation Noticed that 1) libxkbcommon-x11 dependency wasn't accounted for 2) cd for stardust-client-tests was wrong --- docs/getting-started/install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md index 147b34f7..57aaec42 100644 --- a/docs/getting-started/install.md +++ b/docs/getting-started/install.md @@ -62,6 +62,7 @@ AUR: `stardust-xr-git` 8. wayland 9. xwayland 10. OpenXR Loader (required even if run in flatscreen mode, generally just named `openxr`) +11. libxkbcommon-x11 ### Download ```bash @@ -96,7 +97,7 @@ meson install --skip-subprojects ### Download ```bash git clone https://github.com/StardustXR/stardust-client-tests.git -cd stardust-xr +cd stardust-client-tests ``` ### Build @@ -104,4 +105,4 @@ cd stardust-xr meson build --prefix=/usr cd build ninja -``` \ No newline at end of file +```