From e778e34039424ae2014acf6d5d5d618b1964691e Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 8 Dec 2015 11:39:51 -0800 Subject: [PATCH] Update readme for building Signed-off-by: Michael Crosby --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6575125b5..8c5c617a0 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ For more documentation on various subjects refer to the `/docs` directory in thi ## Building -To build the daemon you will need to cd into the `containerd` directory in the respository and type `make`. You will need to make sure that you have Go installed on your system and the containerd repository is cloned -in your `$GOPATH`. You will also need to make sure that you have all the depedencies cloned as well. +in your `$GOPATH`. You will also need to make sure that you have all the dependencies cloned as well. + +After that just run `make` and the binaries for the daemon and client will be localed in the `bin/` directory. ## Performance