From 7730112d8a4f4b87f11626370d29a24ffab4bfa6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 3 Mar 2019 08:57:02 +0100 Subject: [PATCH] added a note about how to install it as a Git sub-command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3857a6f..ab5e395 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ The fastest way to get started is to download a [binary][1] for your platform. You can also [install it manually](#manual-installation). +If you want to integrate splitsh with Git, install it like this (and use it via +`git splitsh`): + +```bash +cp splitsh-lite "$(git --exec-path)"/git-splitsh +``` + Usage -----