Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 588 Bytes

LINUX_README.md

File metadata and controls

24 lines (16 loc) · 588 Bytes

git-crypt for Linux

About

It`s instruction how to install AGWA/git-crypt on Linux.

Installation

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.