Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2602 from joliv/patch-1
Browse files Browse the repository at this point in the history
Add git req to linux build instructions
  • Loading branch information
kevinsawicki committed Jun 13, 2014
2 parents 34be92b + e046bb5 commit ec754e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/build-instructions/linux.md
Expand Up @@ -20,6 +20,9 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
* `npm config set python /usr/bin/python2 -g` to ensure that gyp uses Python 2
* This command may require `sudo` depending on how you have
[configured npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#ubuntu-mint-elementary-os).
* Git
* on Ubuntu/Debian: `sudo apt-get install git`
* on Fedora: `sudo yum install git-core`

## Instructions

Expand Down

0 comments on commit ec754e5

Please sign in to comment.