Skip to content

Commit 6039519

Browse files
authored
Update to use current bundle info syntax (#127)
`bundle show` is deprecated and replaced with `bundle info`
1 parent f260209 commit 6039519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ file, create an `_includes` directory in your project, copy
789789
`<your_project>/_includes` and start editing that file.
790790

791791
**ProTip:** to locate the theme's files on your computer run
792-
`bundle show jekyll-theme-basically-basic`. This returns the location of the
792+
`bundle info jekyll-theme-basically-basic`. This returns the location of the
793793
gem-based theme files.
794794

795795
### Customizing Sass (SCSS)
@@ -800,7 +800,7 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
800800
1. Copy directly from the Basically Basic gem
801801

802802
- Go to your local Basically Basic gem installation directory (run
803-
`bundle show jekyll-theme-basically-basic` to get the path to it).
803+
`bundle info jekyll-theme-basically-basic` to get the path to it).
804804
- Copy the contents of `/assets/stylesheets/main.scss` from there to
805805
`<your_project>`.
806806
- Customize what you want inside `<your_project>/assets/stylesheets/main.scss`.
@@ -830,7 +830,7 @@ To override the default JavaScript bundled in the theme, do one of the following
830830
1. Copy directly from the Basically Basic gem
831831

832832
- Go to your local Basically Basic gem installation directory (run
833-
`bundle show jekyll-theme-basically-basic` to get the path to it).
833+
`bundle info jekyll-theme-basically-basic` to get the path to it).
834834
- Copy the contents of `/assets/javascripts/main.js` from there to
835835
`<your_project>`.
836836
- Customize what you want inside `<your_project>/assets/javascripts/main.js`.

0 commit comments

Comments
 (0)