Skip to content
This repository was archived by the owner on Sep 27, 2018. It is now read-only.

Commit b5baabe

Browse files
author
GSI2013
committed
README.textile: improved installation instructions
1 parent 2da8668 commit b5baabe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.textile

100644100755
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ h2. Installation
99

1010
Set the constant @PATH_TO_JEKYLL_SITE@ correctly and run these commands accordingly:
1111

12-
pre. echo "gem 'jekyll_image_encode'" >> $PATH_TO_JEKYLL_SITE/Gemfile
12+
pre. cd ${PATH_TO_JEKYLL_SITE}
13+
echo "gem 'jekyll_image_encode'" >> Gemfile
1314
bundle
14-
echo "require 'jekyll_image_encode'" >> $PATH_TO_JEKYLL_SITE/_plugins/ext.rb
15+
echo "require 'jekyll_image_encode'" >> _plugins/ext.rb
1516

1617

1718
*Alternatively* you may accomplish the same without @echo@ and @bundle@:
1819

1920
# Install the plugin by running @gem install jekyll_image_encode@
20-
# Add the line @require 'jekyll_image_encode'@ to *./_plugins/ext.rb*
21+
# Add the line @require 'jekyll_image_encode'@ to *_plugins/ext.rb*
2122

2223

2324
h2. Usage

jekyll_image_encode.gemspec

100644100755
File mode changed.

lib/jekyll_image_encode.rb

100644100755
File mode changed.

0 commit comments

Comments
 (0)