Skip to content

Commit

Permalink
feat: x
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzix committed Nov 16, 2021
1 parent d95e72f commit 243c72a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ builds:
- windows
- darwin
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
## usage

- download from [releases page](https://github.com/fitzix/sniper-bot/releases)
- run sniper
- fill in the configuration file config.yml
- run `sniper-bot init` generate config file
- fill the config.yml
- run cmd
- dxsale `go run main.go dxsale`
- pancake `go run main.go cake`
- uniswap-v2 `go run main.go uni`
- dxsale `sniper-bot dxsale`
- pancake `sniper-bot cake`
- uniswap-v2 `sniper-bot uni`

0 comments on commit 243c72a

Please sign in to comment.