diff --git a/website/content/en/docs/dev/_index.md b/website/content/en/docs/dev/_index.md index bbe1aa0978e..062e8c8afb6 100644 --- a/website/content/en/docs/dev/_index.md +++ b/website/content/en/docs/dev/_index.md @@ -1,4 +1,17 @@ + --- -title: Developers' guide -weight: 500 +Title: Developer's Guide + +Weight: 500 --- + +Lima is an open-source tool that allows you to run Linux virtual machines on both macOS and Linux. + +## Quick Start for Contributors + + - For more information on the project architecture, visit [Lima on DeepWiki](https://deepwiki.com) + - The main source code is located in the 'cmd/' and 'pkg/' directories. + - If you wish to contribute, please see [CONTRIBUTING.md](../../../../.github/CONTRIBUTING.md). + - Have any questions or ideas? To share them, create a GitHub issue or a discussion. + - Run the'make help' command in your terminal to see what other test commands you can use. + - For additional information on the documentation, please visit ([lima-vm.io](https://lima-vm.io)