Skip to content

Instantly share code, notes, and snippets.

@cjlyth
Created January 27, 2015 20:18
Show Gist options
  • Save cjlyth/969d21760452e5d6950f to your computer and use it in GitHub Desktop.
Save cjlyth/969d21760452e5d6950f to your computer and use it in GitHub Desktop.
Base16 Build with Docker
git clone git@github.com:chriskempson/base16-builder.git
cd base16-builder
docker run -it --rm --name base16-builder \
-v "$(pwd)":/usr/src/base16-builder \
-w /usr/src/base16-builder \
ruby /usr/src/base16-builder/base16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment