Skip to content

Commit

Permalink
docs: update build guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Oct 20, 2024
1 parent 9b3b5d1 commit dcd37f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ make build
or

```sh
./scripts/lilex.py build
./scripts/font.py build
```

### Forced feature activation
Expand All @@ -86,5 +86,5 @@ The builder gives you the ability to forcibly enable any font features. This wor
To do this, build the binaries from the source file with the features:

```sh
./scripts/lilex.py --features 'ss01,zero' build
./scripts/font.py --features 'ss01,zero' build
```

0 comments on commit dcd37f7

Please sign in to comment.