mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Add minimum Mac version (#141)
This commit is contained in:
parent
b745592291
commit
b5d06210fc
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-latest
|
||||
- os: macos-11
|
||||
- os: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ Transcribe and translate audio offline on your personal computer. Powered by Ope
|
|||
|
||||

|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- Real-time transcription and translation from your computer's microphones to text ([Demo](https://www.loom.com/share/564b753eb4d44b55b985b8abd26b55f7))
|
||||
|
|
@ -19,7 +18,7 @@ Transcribe and translate audio offline on your personal computer. Powered by Ope
|
|||
|
||||
To install Buzz, download the [latest version](https://github.com/chidiwilliams/buzz/releases/latest) for your operating system. Buzz is available on **Mac** and **Windows**.
|
||||
|
||||
### Mac
|
||||
### Mac (macOS 11.7 and above)
|
||||
|
||||
- Download and open the `Buzz-x.y.z-dmg` file.
|
||||
- After the installation window opens, drag the Buzz icon into the folder to add Buzz to your Applications directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue