Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/source/getting_started/build_from_source/webxr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ From the project root:

.. code-block:: bash

source deps/cloudxr/webxr_client/scripts/setup_cloudxr_env.sh
deps/cloudxr/webxr_client/scripts/download_cloudxr_sdk.sh
source scripts/setup_cloudxr_env.sh
scripts/download_cloudxr_sdk.sh

This will automatically download the CloudXR.js SDK and place it in ``deps/cloudxr/nvidia-cloudxr-6.3.0-rc2.tgz``. The
`package.json` is configured to install the SDK from this local file.
This will automatically download the CloudXR.js SDK and place it in ``deps/cloudxr/``. The
`package.json` is configured to install the SDK from the downloaded local package.

2. Install dependencies
-----------------------
Expand All @@ -44,7 +44,7 @@ From the ``deps/cloudxr/webxr_client/`` directory:

.. code-block:: bash

npm install ../nvidia-cloudxr-6.3.0-rc2.tgz
npm install

3. Build & Run
--------------
Expand Down
Loading