Skip to content

Commit

Permalink
Fix readme & doc about go install checkup
Browse files Browse the repository at this point in the history
  • Loading branch information
evsamsonov committed Aug 22, 2024
1 parent ebe52b2 commit 6f13acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Use `tinkoff-checkup` for checking the ability to trade with a specific token, i
### How to install

```bash
go install github.com/evsamsonov/tinkoff-broker/cmd/tinkoff-checkup@latest
go install github.com/evsamsonov/tinkoff-broker/v2/cmd/tinkoff-checkup@latest
```

### How to use
Expand Down
2 changes: 1 addition & 1 deletion cmd/tinkoff-checkup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ to trade with a specific token, instrument and account.
How to install:
go install github.com/evsamsonov/tinkoff-broker/cmd/tinkoff-checkup@latest
go install github.com/evsamsonov/tinkoff-broker/v2/cmd/tinkoff-checkup@latest
Usage:
Expand Down

0 comments on commit 6f13acc

Please sign in to comment.