We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d697cc7 commit 92e974aCopy full SHA for 92e974a
1 file changed
content/en/contribute/_index.md
@@ -48,19 +48,19 @@ gitx is written in Go. You'll need Go installed on your system (version 1.21 or
48
3. Build the project to ensure everything is set up correctly:
49
50
```sh
51
- make build
+ just build
52
```
53
54
4. Run the tests:
55
56
57
- make test
+ just test
58
59
60
5. Run the project:
61
62
63
- make run
+ just run
64
65
66
### Pull Request Process
0 commit comments