diff --git a/README.md b/README.md index 6f6807cd..626a643e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@
@@ -35,7 +35,7 @@ curl -fsSL https://raw.githubusercontent.com/AssemblyAI/cli/main/install.sh | sh pipx install "git+https://github.com/AssemblyAI/cli.git" ``` -Requires Python 3.12+. The installer prefers [`pipx`](https://pipx.pypa.io), falling back to `pip --user`. Microphone and speaker support (for `stream` and `agent`) is included by default via [`sounddevice`](https://python-sounddevice.readthedocs.io) — its macOS and Windows wheels bundle PortAudio. On Linux, install the runtime once: `sudo apt-get install libportaudio2`. +Requires Python 3.12+. The installer prefers [`pipx`](https://pipx.pypa.io), falling back to `pip --user`. Mic and speaker support (for `stream` and `agent`) ships by default via [`sounddevice`](https://python-sounddevice.readthedocs.io): its macOS and Windows wheels bundle PortAudio; Linux needs it once via `sudo apt-get install libportaudio2`. ### Homebrew (macOS / Linux) @@ -55,7 +55,7 @@ aai transcribe --sample # transcribe the hosted wildfires.mp3 sample ## Build An App -`aai init` is how you **build a new app** — it copies a small, self-contained FastAPI + HTML project you can run locally and deploy to Vercel as-is. This is the starting point whenever you want to *create* something, including a voice agent app: +`aai init` is how you **build a new app** — it copies a small, self-contained FastAPI + HTML project you can run locally and deploy to Vercel as-is, the starting point whenever you want to *create* something, including a voice agent app: ```sh aai init # pick a template, scaffold, install deps, open the browser @@ -82,7 +82,7 @@ Your key is written to a git-ignored `.env` (never sent to the browser). Use `-- | `aai samples create