diff --git a/README.md b/README.md index aa2eed1..ce73135 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ git clone https://github.com/shareAI-lab/Kode.git cd Kode # Build the image locally -docker build --no-cache -t Kode . +docker build --no-cache -t kode . # Run in your project directory cd your-project @@ -70,7 +70,7 @@ docker run -it --rm \ -v ~/.kode:/root/.kode \ -v ~/.kode.json:/root/.kode.json \ -w /workspace \ - Kode + kode ``` #### Docker Configuration Details @@ -290,4 +290,4 @@ ISC License - see [LICENSE](LICENSE) for details. - 📚 [Documentation](docs/) - 🐛 [Report Issues](https://github.com/shareAI-lab/kode/issues) -- 💬 [Discussions](https://github.com/shareAI-lab/kode/discussions) \ No newline at end of file +- 💬 [Discussions](https://github.com/shareAI-lab/kode/discussions)