From 2bf8f363d6c812c7eb62f55ff9666cb16e11a43f Mon Sep 17 00:00:00 2001 From: Ronald Zielaznicki <58531251+RonaldZielaznicki@users.noreply.github.com> Date: Mon, 21 Nov 2022 13:11:58 -0500 Subject: [PATCH] Remove install step for stardust-xr It is not required to run cargo install anymore --- docs/getting-started/install.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md index 1b527494..0f9f93aa 100644 --- a/docs/getting-started/install.md +++ b/docs/getting-started/install.md @@ -35,11 +35,6 @@ cd stardust-xr-server cargo build ``` -### Install -```bash -cargo install -``` - ## [Flatland](https://github.com/StardustXR/flatland) (Simple simula-like panel UI client for 2D app interaction) ### Build system