Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 745 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 745 Bytes

git-ksec

Simple git automation for ksec

Dependencies

Some commands require extra dependencies which are unavailable in some platforms. You may need to install them manually.

Those dependencies are listed below:

  • ruby

Installation

To install the extension you first need to clone this repository locally using:

$ git clone https://github.com/ksec-project/git-ksec.git

Then you need to add the new folder to $PATH, for this you need to add the following line to your command shell profile:

export PATH=$PATH:/path/to/folder/git-ksec

If you don't know how to get this path just go to your git-ksec folder, open your terminal from there and run:

pwd

git will automatically add the new extensions