restaumatic / vcr-proxy

Proxy for request, response recording and playback
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

how do i install this? #9

Closed timini closed 2 years ago

timini commented 2 years ago

i want to use it but how?

kozak commented 2 years ago

Hi! If you are using haskell, the easiest way is to build it with stack install (this will put the binary into $HOME/.local/bin which you might want to add to your path). If you are not using haskell, we are building a binary(this is build on Ubuntu latest): https://github.com/restaumatic/vcr-proxy/releases/tag/v0.3.0.0

timini commented 2 years ago

thanks for the readme update!

installation worked fine with the binary