Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 890 Bytes

USAGE.md

File metadata and controls

45 lines (29 loc) · 890 Bytes

Installation

  • curl:

    bash <(curl -sL dar.vin/install) $userName $repository $branch
  • wget:

    bash <(wget -qO- dar.vin/install) $userName $repository $branch

Uninstallation

  • curl:

    bash <(curl -sL dar.vin/install) $userName $repository $branch -r
  • wget:

    bash <(wget -qO- dar.vin/install) $userName $repository $branch -r

Windows

  • Install:

    . { iwr -useb dar.vin/winstall } | iex; w -user $userName -repo $repository -branch $branch
  • Uninstall:

    . { iwr -useb dar.vin/winstall } | iex; w -user $userName -repo $repository -branch $branch -remove $true

Note

Default branch is master