wiretap icon indicating copy to clipboard operation
wiretap copied to clipboard

Linux support

Open gcazaciuc opened this issue 8 years ago • 1 comments

First of all, thanks for such a tool, it looks awesome. In our teams we are mostly using Linux 64 bit and we would love to start using this tool. Are there any plans to add Linux support ?

gcazaciuc avatar Oct 27 '17 08:10 gcazaciuc

Glad to hear you like the tool.

There is nothing preventing from building for Linux other than the fact that I don't have the environment yet. I'll look into it.

In the meantime, you could build it your self with the following simple steps.

  • Clone This Repo
  • Go into packages/app directory
  • Do yarn install
  • Run yarn linux to build for linux

Let me know if you run into any issues.

Raathigesh avatar Oct 27 '17 08:10 Raathigesh