From 0bbf76e6202f701bc8f0a0e0b670dc5ef89fdce2 Mon Sep 17 00:00:00 2001 From: Julian Rubisch Date: Sun, 14 Jun 2020 20:09:06 +0200 Subject: [PATCH] Fix bundle add syntax for installing pygments --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 9f12c27..9ebaf51 100644 --- a/README.org +++ b/README.org @@ -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]]).