Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Forked from chris-rock/httpie.sh
Created April 11, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/b99beb230ced82aec09c879d7cb4338b to your computer and use it in GitHub Desktop.
Save barseghyanartur/b99beb230ced82aec09c879d7cb4338b to your computer and use it in GitHub Desktop.
Httpie Quick Install Ubuntu 14.04
apt-get update && apt-get install -y curl && curl --silent https://bootstrap.pypa.io/get-pip.py |python3 && pip install --upgrade httpie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment