doc(readme): update readme to update tool call

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

View File

@@ -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