nlf / dlite

The simplest way to use Docker on OS X
MIT License
2.34k stars 53 forks source link

Build instructions #202

Closed arnested closed 8 years ago

arnested commented 8 years ago

The build instructions for the master branch doesn't work for me (and @danquah).

We end up at

% go generate
make: *** No targets specified and no makefile found.  Stop.
gen_assets.go:4: running "make": exit status 2
nlf commented 8 years ago

ah, i suspect the main thing i'm missing is initializing the submodule. run

git submodule init
git submodule update

then try again

arnested commented 8 years ago

Indeed. Thanks.

See PR #203.