Skip to content

Commit

Permalink
add options to README
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Nov 26, 2023
1 parent 283fdb6 commit 52a6021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ vagrant@sender:/vagrant$ make plugin && make
env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -buildmode=plugin -o .dist/mysql.so plugin/mysql/main.go
env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -buildmode=plugin -o .dist/file.so plugin/file/main.go
env GOOS=linux GOARCH=amd64 go build -o warp ./cmd/warp/main.go
vagrant@sender:/vagrant$ /vagrant/warp -ip 192.168.30.30 -port 10025
vagrant@sender:/vagrant$ /vagrant/warp -ip 192.168.30.30 -port 10025 -plugins mysql
```

Run on vagrant:
Expand Down

0 comments on commit 52a6021

Please sign in to comment.