diff options
author | sharkdp <davidpeter@web.de> | 2018-04-22 16:15:07 +0200 |
---|---|---|
committer | sharkdp <davidpeter@web.de> | 2018-04-22 16:15:07 +0200 |
commit | 71e40b1963c9a9fc2f16047b73bc6f183164a2d6 (patch) | |
tree | 0c67466937e7654f639ad391ceb67dec33c8f306 | |
parent | 7f4781cdbff97b471b4cb039e0f6b12268817f76 (diff) |
Add install instructions
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 +``` |