Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeice authored Oct 2, 2018
1 parent 70667b1 commit 03467dd
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 03467dd

Please sign in to comment.