Skip to content

Commit

Permalink
Fix bundle add syntax for installing pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch authored and eggcaker committed Jun 20, 2020
1 parent cadd906 commit 0bbf76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ org:

** Source code highlighting

To enable source code highlighting, run =bundle install pygments.rb=. If your Jekyll
To enable source code highlighting, run =bundle add pygments.rb=. If your Jekyll
theme has built-in support for syntax highlighting, you're all set! Otherwise, add a =pygments=-compatible
CSS file to your site's =/assets/css/= folder. You can find a bunch of CSS themes for =pygments= in
[[https://github.com/richleland/pygments-css][this repository]], or create your own (some related =pygments= documentation is [[https://pygments.org/docs/styles/][here]]).
Expand Down

0 comments on commit 0bbf76e

Please sign in to comment.