docs(readme): update README to update tool call

This commit is contained in:
2025-03-11 10:50:27 -06:00
parent 958d87bcae
commit a4591ddbd8

View File

@@ -14,10 +14,14 @@ Docker-in-Docker (DinD) environment.
```bash
# Clone the repository
git clone https://github.com/monadical/mcontainer.git
cd mc
# Install with uv
uv sync
# Install the tool locally
# (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