jackc / tern

The SQL Fan's Migrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows support

metronom72 opened this issue · comments

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

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.

Thank you. I'll close issue. Ok?