Skip to content

Commit

Permalink
Update Developing section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
samherrmann committed Sep 2, 2020
1 parent 879e2e0 commit ea8b3b4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ For single-page applications, this flag is typically set to `index.html`.
### Required Tools

* [Go](https://golang.org/)
* [GNU Make](https://www.gnu.org/software/make/)
* Text editor (Recommended: [VSCode](https://code.visualstudio.com/) with
[Go extension](https://marketplace.visualstudio.com/items?itemName=golang.Go))

### Build it from source
### Build

```shell
> clone https://github.com/samherrmann/serveit.git
> cd root/of/cloned/repo
> go build
```sh
> make build
```

### Test

```sh
> make test
```


Expand Down

0 comments on commit ea8b3b4

Please sign in to comment.