summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-11 13:18:19 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-11 13:18:19 -0400
commit36dcc8858f1f98a4eb78d5e7892b8e0224fc4297 (patch)
tree0d50c62588edae3b3028a145d421bdba4bed9d36 /README.md
parent8e00bfdfb76fa18368873991de7af61795f6b3c9 (diff)
Bump version in links to executables
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0a4553e5..e3c253e8 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ In addition, delta handles traditional unified diff output.
## Installation
-You can download an executable for your system: [Linux](https://github.com/dandavison/delta/releases/download/0.2.0/delta-0.2.0-x86_64-unknown-linux-musl.tar.gz) | [MacOS](https://github.com/dandavison/delta/releases/download/0.2.0/delta-0.2.0-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.2.0/delta-0.2.0-x86_64-pc-windows-gnu.zip) | [All](https://github.com/dandavison/delta/releases)
+You can download an executable for your system: [Linux](https://github.com/dandavison/delta/releases/download/0.3.0/delta-0.3.0-x86_64-unknown-linux-musl.tar.gz) | [MacOS](https://github.com/dandavison/delta/releases/download/0.3.0/delta-0.3.0-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.3.0/delta-0.3.0-x86_64-pc-windows-gnu.zip) | [All](https://github.com/dandavison/delta/releases)
Alternatively, delta is available in the following package managers:
@@ -209,7 +209,7 @@ Set delta to be git's pager in your `.gitconfig`. Delta accepts many command lin
pager = delta
[delta]
- plus-color = "#012800"
+ plus-color = "#0.3.00"
minus-color = "#340001"
syntax-theme = Monokai Extended
@@ -434,7 +434,7 @@ and use the executable found at `./target/release/delta`.
## Full --help output
```
-delta 0.2.0
+delta 0.3.0
A viewer for git and diff output
USAGE:
@@ -643,7 +643,7 @@ A feature is a named collection of delta options in git config. An example is:
[delta "my-delta-feature"]
syntax-theme = Dracula
- plus-style = bold syntax "#002800"
+ plus-style = bold syntax "#0.3.00"
To activate those options, you would use: