Skip to content

Commit

Permalink
doc: replace make with just
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed Dec 9, 2023
1 parent c807c45 commit fd0ad12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Linux and macOS users can follow the steps below to prepare the environment:

```console
# Setup development environment
make set-dev
./hack/setup-dev.sh

# Install huber in $HOME/.cargo/bin, $HOME/.huber/bin and update ~/.bashrc
make install
just install
```

Windows users can follow the steps below to prepare the environment:
Expand Down Expand Up @@ -656,7 +656,7 @@ fn releases() -> Vec<Package> {
```
</details>

3. Run `make generate` to generate the new package YAML file into `generated/packages`. The index.yaml file will be updated accordingly.
3. Run `just generate` to generate the new package YAML file into `generated/packages`. The index.yaml file will be updated accordingly.
> Notes:
> - Remember to specify `GITHUB_TOKEN` environment variable with the appropriate permissions when running `make generate` to ensure package update successfully.
> - Remember to specify `GITHUB_TOKEN` environment variable with the appropriate permissions when running `just generate` to ensure package update successfully.
4. Finally, create a pull request (PR) to add this new package.

0 comments on commit fd0ad12

Please sign in to comment.