diff --git a/INSTALL.md b/INSTALL.md index b4ee879..147dcf3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,6 +39,20 @@ Using the brew package manager, simply run: brew install git-crypt +Red Hat Enterprise Linux +------------------------ + + + sudo su + yum install git + yum install openssl + yum install openssl-devel + exit + git clone https://github.com/AGWA/git-crypt.git + cd git-crypt + make + + Experimental Windows Support ----------------------------