jackc / tern

The SQL Fan's Migrator
MIT License
925 stars 68 forks source link

Windows support #21

Closed metronom72 closed 4 years ago

metronom72 commented 4 years ago

How can I use tern command in the windows? Maybe, how can I create alias in windows?

jackc commented 4 years ago

Assuming you have Go already installed you should be able to install it the same way as on Linux.

go get -u github.com/jackc/tern

If you have the $GOPATH/bin directory in your PATH then you can run the tern command from anywhere.

metronom72 commented 4 years ago

Thank you. I'll close issue. Ok?