Skip to content

Commit 06b3b9b

Browse files
ingenthrbrett19
authored andcommitted
Add MacOS quarantine removal hint.
1 parent eee5fc9 commit 06b3b9b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ environments.
3939
```
4040
./cbdinocluster init
4141
```
42-
42+
Note that on MacOS, you may need to remove the quarantine attribute with a command like this:
43+
```
44+
sudo xattr -r -d com.apple.quarantine $PWD/cbdinocluster
45+
```
4346
### Using cbdinocluster
4447
4548
#### List your local clusters

0 commit comments

Comments
 (0)