dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit 7af0b4a5248a3514328cb4e02fb3aaace70701f6
parent ac823ace7fd87b6f6ebc66922c80f8257fbab320
Author: finwo <finwo@pm.me>
Date:   Tue, 14 Nov 2017 23:57:43 +0100

Added crude readme

Diffstat:
AREADME.md | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,21 @@ +# DEP + +general-purpose project dependency manager + +--- + +## Installation + +To install dep onto your machine, first verify the `/usr/local/bin` folder is in your `$PATH` variable. + +After that, run the following command as root to install the dep scripts onto your machine: + +```bash +curl https://raw.githubusercontent.com/cdeps/dep/master/install.sh | bash +``` + +--- + +## Usage + +TODO