mirror of
https://github.com/trycua/computer.git
synced 2026-01-10 07:20:10 -06:00
Remove sudo from readme
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
"```"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user