diff --git a/README.md b/README.md index 0fe35540..1f80e3c7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you only need the virtualization capabilities: ```bash -sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)" ``` For Lume usage instructions, refer to the [Lume documentation](./libs/lume/README.md). @@ -54,7 +54,7 @@ If you want to use AI agents with virtualized environments: 1. Install the Lume CLI: ```bash - sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)" ``` 2. Pull the latest macOS CUA image: diff --git a/notebooks/computer_nb.ipynb b/notebooks/computer_nb.ipynb index 0a26b7e6..c951a1e4 100644 --- a/notebooks/computer_nb.ipynb +++ b/notebooks/computer_nb.ipynb @@ -67,7 +67,7 @@ "For installing the standalone lume binary, run the following command from a terminal:\n", "\n", "```bash\n", - "sudo /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)\"\n", + "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)\"\n", "```" ] },