Skip to content

Commit e6b825d

Browse files
committed
feat: remove completions
1 parent efc3a71 commit e6b825d

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before:
88
hooks:
99
- go mod download
1010
builds:
11-
- id: cli
11+
- id: synthient
1212
main: ./cmd
1313
binary: synthient
1414
env:

Makefile

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Synthient's official CLI tool. Currently in beta.
44

55
## Install
66

7-
| System | Install Command |
8-
| ------- | ------------------------------------------------------------------------- |
9-
| macOS | `brew install synthient/tap/cli` or `go install github.com/synthient/cli` |
10-
| Linux | `go install github.com/synthient/cli` |
11-
| Windows | `go install github.com/synthient/cli` |
7+
| System | Install Command |
8+
| ------- | ------------------------------------------------------------------------------- |
9+
| macOS | `brew install synthient/tap/synthient` or `go install github.com/synthient/cli` |
10+
| Linux | `go install github.com/synthient/cli` |
11+
| Windows | `go install github.com/synthient/cli` |
1212

1313
## Basic Commands
1414

0 commit comments

Comments
 (0)