summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2020-07-02 08:36:01 +0200
committerGitHub <noreply@github.com>2020-07-02 08:36:01 +0200
commit05027b7c7400645294468772d30249371a2c200a (patch)
tree6d8b828c1c566b2f6575ab6a0461b4d622cf63b9 /README.md
parent3a62e3d18835dce57294e5cec48e9d878351629b (diff)
Remove outdated Docker installation method
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 23783c11..e52d5525 100644
--- a/README.md
+++ b/README.md
@@ -316,14 +316,6 @@ You can download prebuilt binaries from the [Release page](https://github.com/sh
You will need to install the [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) package.
-### Via Docker
-
-There is a [Docker image](https://hub.docker.com/r/danlynn/bat/) that you can use to run `bat` in a container:
-```bash
-docker pull danlynn/bat
-alias bat='docker run -it --rm -e BAT_THEME -e BAT_STYLE -e BAT_TABS -v "$(pwd):/myapp" danlynn/bat'
-```
-
### From binaries
Check out the [Release page](https://github.com/sharkdp/bat/releases) for