Skip to content

Commit

Permalink
fix(compogen): better installation command (#78)
Browse files Browse the repository at this point in the history
Because

- Installing the tool doesn't require `git`, only `go`

This commit

- Updates `compogen`'s README to simplify the installation command
  • Loading branch information
jvallesm committed Apr 1, 2024
1 parent 591a6a2 commit f1b453b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/compogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ documentation.
## Installation

```shell
git clone https://github.com/instill-ai/component
cd component/tools/compogen
go install .
go install github.com/instill-ai/component/tools/compogen@latest
```

## Generate the documentation of a component
Expand Down

0 comments on commit f1b453b

Please sign in to comment.