Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages #13

Closed
ralyodio opened this issue Nov 13, 2012 · 4 comments
Closed

packages #13

ralyodio opened this issue Nov 13, 2012 · 4 comments

Comments

@ralyodio
Copy link

Any chance of getting packages for debian and brew?

@tj
Copy link
Owner

tj commented Nov 13, 2012

#
# Get and install <repo>.
#

get() {
  local prev=`pwd`
  local repo=$1
  rm -fr /tmp/get \
    && mkdir /tmp/get \
    && cd /tmp/get \
    && curl -#L https://github.com/$repo/tarball/master \
    | tar zx --strip 1 \
    && make install \
    && cd $prev
}

is what I use, get visionmedia/mon haha, but yeah I'm sure we could add those, super easy to just curl the tarball and make install

@ralyodio
Copy link
Author

It might be easier in the readme to do a one-liner, like npm and brew installation.

curl http://github.com/visionmedia/mon/install.sh | sh

@tj
Copy link
Owner

tj commented Nov 13, 2012

that gets annoying per-project, I'll look into adding it to brew etc later, though I know brew is really annoying to maintain

@ralyodio
Copy link
Author

Sure, but I think for the README people want a one liner....not every will know to put this in the .bashrc.

@tj tj closed this as completed in 82c1c6a Nov 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants