mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

#30 #31

Closed Shivam38 closed 8 years ago

Shivam38 commented 8 years ago

copy mrr binary to /usr/local/bin, so that you can run the cmd "$mrr help create" successfully.

dhilipkumars commented 8 years ago

@Shivam38 Thanks for the PR. I would rather have that say set in the PATH env, or setup an alias

alias mrr=`$GOPATH/src/github.com/mesos/mr-redis/cli/mrr'

Let me know what you think.

Shivam38 commented 8 years ago

thanks @dhilipkumars, it is a better way...