Skip to content

Commit

Permalink
Adds development prereq for Ubuntu users and make clean command
Browse files Browse the repository at this point in the history
Signed-off-by: afzal442 <[email protected]>
  • Loading branch information
afzal442 committed Aug 28, 2021
1 parent 2e1fed8 commit 001dd25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
* [jq](https://stedolan.github.io/jq/)
* macOS: `brew install jq`
* Windows: `choco install jq`
* Ubuntu: `sudo apt install jq`
* Make
* macOS: `xcode-select --install`
* Windows: `choco install make`
* Ubuntu: `sudo apt install make`

#### Serve

Expand All @@ -22,3 +24,9 @@ make serve
```bash
make build
```

#### Clean

```bash
make clean
```

0 comments on commit 001dd25

Please sign in to comment.