Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
filariow committed Mar 14, 2022
1 parent 1900ced commit bcfb993
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A minimalist go tool to generate code from templates leveraging on the amazing g

## Prerequisites

- [Go 1.15](https://golang.org/dl/)
- [Go 1.17](https://golang.org/dl/)

## Get the tool's binary

Expand All @@ -27,6 +27,18 @@ git clone https://github.com/FrancescoIlario/cog.git
cd cog
```

To build the application use

```
make build
```

Only on Linux, you can install the binary by using

```
make install
```

Run the following command to generate the `simplego` example project from templates

```
Expand Down

0 comments on commit bcfb993

Please sign in to comment.