From a746d78a197a2a9dccdfb9ef41c0c23a638e090f Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 2 Jul 2026 10:13:39 +0530 Subject: [PATCH] docs: fix markdown pipe escaping in installation commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca05d4..611853e 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ Knowte bundles platform-specific `ffmpeg` and `yt-dlp` binaries. For development | Tool | Version | Install | |------|---------|---------| -| [Rust](https://rustup.rs) | stable | `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \| sh` | -| [Bun](https://bun.sh) | ≥ 1.0 | `curl -fsSL https://bun.sh/install \| bash` | +| [Rust](https://rustup.rs) | stable | `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` | +| [Bun](https://bun.sh) | ≥ 1.0 | `curl -fsSL https://bun.sh/install | bash` | | Tauri CLI | v2 | included in `devDependencies` | | Ollama | any | [ollama.ai](https://ollama.ai) |