Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ Using the brew package manager, simply run:

brew install git-crypt

Red Hat Enterprise Linux
------------------------


sudo su
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would personally say it'd look better as
$ sudo yum install git openssl openssl-devel

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

Expand Down