Skip to content

Commit 92e974a

Browse files
committed
chore: update build instructions to use just instead of make
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent d697cc7 commit 92e974a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/contribute/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ gitx is written in Go. You'll need Go installed on your system (version 1.21 or
4848
3. Build the project to ensure everything is set up correctly:
4949

5050
```sh
51-
make build
51+
just build
5252
```
5353

5454
4. Run the tests:
5555

5656
```sh
57-
make test
57+
just test
5858
```
5959

6060
5. Run the project:
6161

6262
```sh
63-
make run
63+
just run
6464
```
6565

6666
### Pull Request Process

0 commit comments

Comments
 (0)