diff --git a/cmd/vaind/main.go b/cmd/vaind/main.go index af50725..91d0330 100644 --- a/cmd/vaind/main.go +++ b/cmd/vaind/main.go @@ -33,6 +33,10 @@ that looks like: The json object sent to server can have two fields: "repo" and "vcs". "repo" is required; leaving off the "vcs" member defaults to "git". + +In order to delete a package: + + DELETE / */ package main