It`s instruction how to install AGWA/git-crypt on Linux.
Ubuntu
On Ubuntu you can install git-crypt from default repository:
$ sudo apt-get install git-crypt
or use the manual for other Linux distributions.
Linux
Read the requirements before completing the next command.
$ git clone https://github.com/AGWA/git-crypt.git && cd ./git-crypt && sudo make && sudo make install PREFIX=/usr/local
Thats all.