From 03467dd0780849f2b8185647213b46ec6520017f Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardi Date: Tue, 2 Oct 2018 03:03:43 -0300 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6ae8ae..cc52cc4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# boss - Dependency Manager for Delphi + +# Dependency Manager for Delphi + +Instalation: + * Download [Latest release](https://github.com/HashLoad/boss/releases/latest/) from boss.exe + * Put in your path + * Just type `boss` in cmd +``` + +Usage: + boss [command] + +Available Commands: + help Help about any command + init Initialize a new project or install dependencies + install Install a dependency + login Register login to repo + publish publish a dependency + remove Remove a dependency + run Run cmd script + +Flags: + -h, --help help for boss + +Use "boss [command] --help" for more information about a command. +``` ++ Sample: + + `boss install github.com/HashLoad/horse` + + `boss install github.com/HashLoad/horse:1.0.0`