Skip to content

Commit

Permalink
Update readme with dependencies for building
Browse files Browse the repository at this point in the history
Closes moby#915
  • Loading branch information
crosbymichael committed Aug 15, 2013
1 parent 4caa604 commit bca19a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,12 @@ supported.
Installing from source
----------------------

1. Make sure you have a [Go language](http://golang.org/doc/install)
compiler >= 1.1 and [git](http://git-scm.com) installed.
1. Install Dependencies
* [Go language 1.1.x](http://golang.org/doc/install)
* [git](http://git-scm.com)
* [lxc](http://lxc.sourceforge.net)
* [aufs-tools](http://aufs.sourceforge.net)

2. Checkout the source code

```bash
Expand Down

0 comments on commit bca19a2

Please sign in to comment.