From 4f8c3465477a2e27a7197ac9493817d4c101b867 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 6 Feb 2014 01:24:47 +0100 Subject: [PATCH] readme: simpler copy command --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 111941f6b6..2d77101ff1 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,7 @@ $navbar-default-color: $light-orange; You can also import components explicitly. To start with a full list of modules copy this file from the gem: ```bash -# copy and prepend "bootstrap/" to the @import paths: -sed 's/@import "/@import "bootstrap\//' \ - $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss > \ +cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss \ app/assets/stylesheets/bootstrap-custom.scss ``` Comment out components you do not want from `bootstrap-custom`.