nlf / dlite

The simplest way to use Docker on OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build instructions

arnested opened this issue · comments

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
commented

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

git submodule init
git submodule update

then try again

Indeed. Thanks.

See PR #203.