Skip to content

Commit

Permalink
ci: using old homebrew repo for formula
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Mar 24, 2022
1 parent 353c4a4 commit b6236d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brews:
- name: mono-cli
tap:
owner: technikhil314
name: homebrew-mono
name: homebrew-mono-cli
branch: main
commit_author:
name: goreleaser
Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,30 @@ Right now to run new project you have to do the following

# installation

### Using brew

```bash
brew install technikhil314/homebrew-mono/mono-cli
```

### Manual

Download latest and specific artifact for your OS and arch from the [relases](/releases) section.

and run following commands using any POSIX shell viz sh, bash, ksh, fish, zsh etc

#### For UNIX like OS

```bash
tar -xvzf <path to the zip you downloaded>
cp ./mono /usr/local/bin
```

# Usage

1. Add this code to your favourite shell init script
2. and then run following commands for each described task
2. This cli follows a Unix standard command pattern so any arguments after `--` will be passed further down to actual commands like `mvn`, `npm` etc
3. and then run following commands for each described task

| command | Purpose | Supports | Depends on | Default |
| ------------ | ---------------------------------- | ---------------------------- | ------------------------------------------------------ | ------------------------------------------- |
Expand Down

0 comments on commit b6236d9

Please sign in to comment.