Skip to content

Commit

Permalink
Merge pull request #433 from stepchowfun/homebrew-maintenance
Browse files Browse the repository at this point in the history
Update the instructions for installing from and updating Homebrew
  • Loading branch information
stepchowfun authored Jun 18, 2023
2 parents 8816c21 + 1e39fbf commit 10da872
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Releasing a new version is a three-step process:
1. Run `(cd integration_tests/typescript-web && npm ci && npm run dev)` to run the browser-based integration tests. This is the only test suite that isn't automated.
2. Bump the version in `Cargo.toml`, run `cargo build` to update `Cargo.lock`, and update `CHANGELOG.md` with information about the new version. Ship those changes as a single commit.
3. Once the GitHub workflow has finished on the `main` branch, update the version in `install.sh` to point to the new release.
4. Create a pull request in the `Homebrew/homebrew-core` repository on GitHub to bump the version in [this file](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/typical.rb).
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,16 @@ If you're running Windows (AArch64 or x86-64), download the latest binary from t

To update to an existing installation, simply replace the existing binary.

### Installation with Homebrew

If you have [Homebrew](https://brew.sh/), you can install Typical as follows:

```sh
brew install typical
```

You can update an existing installation with `brew upgrade typical`.

### Installation with Cargo

If you have [Cargo](https://doc.rust-lang.org/cargo/), you can install Typical as follows:
Expand Down

0 comments on commit 10da872

Please sign in to comment.