Skip to content

Commit

Permalink
chore(horaemeta): add building docs (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Sep 1, 2024
1 parent 0cf7d6b commit 066b182
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions horaemeta/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ There are some tips on verifying the above in the [next section](#running-tests)
* ask for help on the PR if any of the status checks are 🔴, and you don't know why;
* wait patiently for one of the team to review your PR, which could take a few days.

## Building the project

The rule for building the project has been configured in the [Makefile](./Makefile) so just run:

```shell
make build
```

## Running Tests

The rule for running test has been configured in the [Makefile](./Makefile) so just run:
Expand Down

0 comments on commit 066b182

Please sign in to comment.