Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
Add libbz2-dev libexpat-dev to the dependencies
Browse files Browse the repository at this point in the history
Named bzip2-devel and expat-devel on Fedora

Closes #36
  • Loading branch information
sjackman committed Nov 27, 2013
1 parent 8ce3b1c commit e552fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ An experimental fork of Homebrew for Linux.
Installation
------------

* Debian or Ubuntu: `sudo apt-get install build-essential curl git ruby`
* Fedora: `sudo yum groupinstall 'Development Tools' && sudo yum install curl git ruby bzip2-devel`
* Debian or Ubuntu: `sudo apt-get install build-essential curl git ruby libbz2-dev libexpat-dev`
* Fedora: `sudo yum groupinstall 'Development Tools' && sudo yum install curl git ruby bzip2-devel expat-devel`
* `git clone https://github.com/Homebrew/linuxbrew.git ~/.linuxbrew`
* Add to your `.bashrc` or `.zshrc`:

Expand Down

0 comments on commit e552fa3

Please sign in to comment.