From 71e40b1963c9a9fc2f16047b73bc6f183164a2d6 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 22 Apr 2018 16:15:07 +0200 Subject: [PATCH] Add install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fbebfe71..0a5d2990 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,13 @@ ### Git integration ![bat src/index.html](https://i.imgur.com/yBQ31jm.png) + +## Installation + +``` +cargo install bat + +mkdir -p ~/.config/bat/themes +cd ~/.config/bat/themes +wget https://raw.githubusercontent.com/cj/sublime/master/Color%20Scheme%20-%20Default/Monokai.tmTheme +```