summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Soynov <saboteur@saboteur.me>2020-10-09 17:32:37 +0200
committerGitHub <noreply@github.com>2020-10-09 11:32:37 -0400
commit572c703e05451c75cc5c61b95cc750732b13cca7 (patch)
treec354b33d09205633c60cc85b90fbd25d5947e09b
parent075436b00b911c7031cee9cb596059d0c3735041 (diff)
Added the command to install with cargo (#347)
The command to install delta with cargo was missing, this change adds it.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44f955e2..26d915bf 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,10 @@ Alternatively, delta is available in the following package managers:
<td>Windows (<a href="https://scoop.sh/">Scoop</a>)</td>
<td><code>scoop install delta</code></td>
</tr>
+ <tr>
+ <td>Cargo</td>
+ <td><code>cargo install git-delta</code></td>
+ </tr>
</table>
## Configuration