diff --git a/README.md b/README.md index f884687..49efe22 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,36 @@ # Builder.io Dev-tools -## How do I install these formulae? +## Installation -`brew install builderio/dev-tools/` +With [HomeBrew](https://brew.sh/) Installed run: -Or `brew tap builderio/builderio` and then `brew install dev-tools`. +```bash +brew install builderio/dev-tools/dev-tools +``` -Or, in a `brew bundle` `Brewfile`: +## Usage -```ruby -tap "builderio/dev-tools" -brew "" +At the commmand line use `builderio` in place of `npx "@builder.io/devtools@latest"`. Documentation on the CLI can be found [here](https://www.builder.io/c/docs/builder-cli-api). + +## Examples + +```bash +builderio code +builderio auth +builderio auth status +builderio launch ``` -## Documentation +## About Brew `brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). + +### Alternative Installation +You can also install by running `brew tap builderio/builderio` and then `brew install dev-tools`. + +Or, in a `brew bundle` `Brewfile`: + +```ruby +tap "builderio/dev-tools" +brew "" +``` \ No newline at end of file