Skip to content

Commit 001dd25

Browse files
committed
Adds development prereq for Ubuntu users and make clean command
Signed-off-by: afzal442 <[email protected]>
1 parent 2e1fed8 commit 001dd25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DEVELOPMENT.md

+8
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)