added a note about how to install it as a Git sub-command

This commit is contained in:
Fabien Potencier 2019-03-03 08:57:02 +01:00
parent a60a1c610f
commit 7730112d8a

View file

@ -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
-----