mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 04:39:07 +00:00
doc(readme): update readme to update tool call
This commit is contained in:
10
README.md
10
README.md
@@ -14,10 +14,14 @@ Docker-in-Docker (DinD) environment.
|
|||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/monadical/mcontainer.git
|
git clone https://github.com/monadical/mcontainer.git
|
||||||
cd mc
|
|
||||||
|
|
||||||
# Install with uv
|
# Install the tool locally
|
||||||
uv sync
|
# (with editable, so you can update the code and work with it)
|
||||||
|
cd mcontainer
|
||||||
|
uv tool install --with-editable . .
|
||||||
|
|
||||||
|
# Then you could use the tool as `mc`
|
||||||
|
mc --help
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user