Skip to content

Commit d778b5d

Browse files
authored
Merge branch 'main' into conventions-types
2 parents 4e927ea + 18b3400 commit d778b5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DEVELOPMENT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
* [jq](https://stedolan.github.io/jq/)
66
* macOS: `brew install jq`
77
* Windows: `choco install jq`
8+
* Ubuntu: `sudo apt install jq`
89
* Make
910
* macOS: `xcode-select --install`
1011
* Windows: `choco install make`
12+
* Ubuntu: `sudo apt install make`
1113

1214
#### Serve
1315

@@ -22,3 +24,9 @@ make serve
2224
```bash
2325
make build
2426
```
27+
28+
#### Clean
29+
30+
```bash
31+
make clean
32+
```

0 commit comments

Comments
 (0)