From a4591ddbd863bc6658a7643d3f33d06c82816cae Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 11 Mar 2025 10:50:27 -0600 Subject: [PATCH] docs(readme): update README to update tool call --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d93cd7..5c70f3c 100644 --- a/README.md +++ b/README.md @@ -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