Skip to content

Commit 4f8c346

Browse files
committed
readme: simpler copy command
1 parent a837e49 commit 4f8c346

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ $navbar-default-color: $light-orange;
138138
You can also import components explicitly. To start with a full list of modules copy this file from the gem:
139139

140140
```bash
141-
# copy and prepend "bootstrap/" to the @import paths:
142-
sed 's/@import "/@import "bootstrap\//' \
143-
$(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss > \
141+
cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss \
144142
app/assets/stylesheets/bootstrap-custom.scss
145143
```
146144
Comment out components you do not want from `bootstrap-custom`.

0 commit comments

Comments
 (0)