From 33d72e46a4ee23b2b92fb0f90acbf30093996704 Mon Sep 17 00:00:00 2001 From: Ashton Larkin <42042756+adlarkin@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:16:19 -0600 Subject: [PATCH] Change USER_WS to STUDIO_HOST_USER_WS in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfac183c..95e398cb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If that is the case, follow [these instructions](https://docs.picknik.ai/en/stab Otherwise, it is left to the user to ensure that the prerequites from the installation process have been met. -To manually launch MoveIt Studio with the default configuration provided by this workspace, specify this repository as the target `USER_WS` in the provided [.env file](.env). +To manually launch MoveIt Studio with the default configuration provided by this workspace, specify this repository as the target `STUDIO_HOST_USER_WORKSPACE` in the provided [.env file](.env). By default, `STUDIO_HOST_USER_WORKSPACE` points to `$HOME/moveit_studio_ws`. If you have cloned this repository to a different location, then update the line to point to this workspace.