From 3dfd1488dc74ccc2302ffe7cfccef11cf56f613f Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Fri, 8 Apr 2016 19:12:23 +0200 Subject: [PATCH] Update readme.md --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.md b/readme.md index ef6736f..75ffb0e 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,22 @@ Include scheme.less anywhere. Include 1pxdeep.less after all Bootstrap LESS. +Bootstrap 4 +--- +Install the [1pxdeep theme for Bootstrap 4](https://github.com/bassjobsen/bootstrap-1pxdeep-theme/) with [bootstrap-cli](https://github.com/bassjobsen/bootstrap-cli/): + +Install the Bootstrap CLI with this command: + +```bash +npm install bootstrap-cli --global +``` + +Use this command to set up a 1pxdeep for Bootstrap project with the 1pxdeep template: + +```bash +bootstrap new --template 1pxdeep +``` + Integration with other projects ---