jup-ag / jupiter-swap-api

The jupiter swap api binary
86 stars 21 forks source link

bash: ./jupiter-swap-api: Permission denied #51

Closed catstersol closed 1 month ago

catstersol commented 1 month ago

Unable to run Rust log or -- help. Any idea?

./jupiter-swap-api --help

bash: ./jupiter-swap-api: Permission denied
chiadofatigado commented 1 month ago

Did you give it execute permissions? chmod +x jupiter-swap-api

catstersol commented 1 month ago

That was it thanks