@@ -5,22 +5,24 @@ weight: 500
5
5
6
6
Welcome to the Lima Developer Guide!
7
7
8
- If you’re new and want to help with Lima, you’re in the right place. Lima is a free tool that helps you run Linux virtual machines on macOS.
8
+ Lima is a free tool that helps you run Linux virtual machines, mostly on macOS and Linux .
9
9
10
- Here’s how you can get started:
10
+ Here’s how to get started:
11
11
12
12
## 📌 Quick Start for Contributors
13
13
14
- - ** Learn about the code** : Visit [ Lima on DeepWiki] ( https://deepwiki.com/lima-vm/lima ) to see how things are set up.
15
- - ** Know the main folders** : Look inside ` cmd/ ` , ` pkg/ ` , and ` website/ ` . These are important parts of the project.
14
+ - ** Learn about the code** : Visit [ Lima on DeepWiki] ( https://deepwiki.com/lima-vm/lima ) to understand how things are set up.
15
+ - ** Know the main folders** :
16
+ - ` cmd/ ` and ` pkg/ ` — contain the main source code.
17
+ - ` website/ ` — contains the documentation website ([ lima-vm.io] ( https://lima-vm.io ) ).
16
18
- ** Read the guide** : Follow the steps in [ ` CONTRIBUTING.md ` ] ( https://github.com/lima-vm/.github/blob/main/CONTRIBUTING.md ) to set up everything.
17
- - ** Talk with others by joining the community** : You can ask questions or share your ideas on GitHub Issues or Discussions.
19
+ - ** Join the community** : You can ask questions or share ideas through GitHub Issues or Discussions.
18
20
19
21
## 🧠 Tips for First-Time Contributors
20
22
21
- - Start with small things : fix typos, improve docs, or make comments in code easier to understand.
22
- - Don’t worry if you’re not sure—just ask.
23
- - Use ` make ` to test or build the project if you're working with the command line.
23
+ - Start small: fix typos, improve docs, or make code comments easier to understand.
24
+ - Don’t be afraid to ask questions .
25
+ - Use ` make ` to build or test the project from the command line.
24
26
25
27
We’re happy you’re here. Every little bit of contribution counts!
26
28
0 commit comments