From 15cf2f48811e501276a1f849ad8b28d69d987c2b Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 6 May 2026 19:46:18 +0200 Subject: [PATCH] docs: remove mise option --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index cca75e3..f982347 100644 --- a/README.md +++ b/README.md @@ -65,18 +65,7 @@ The codebase follows standard Go project layout conventions. ## Getting started -The app requires Go `1.25+`, Bun, and a Playback proxy secret. Choose an installation method: - -### Automatic (mise) - -```bash -curl https://deb.nodesource.com/setup_20.x | sudo bash -mise install -``` - -### Manual - -Install [Go](https://go.dev/dl), [Bun](https://bun.sh), and [just](https://github.com/casey/just). +Requires Go `1.25+`, Bun, and a Playback proxy secret. ```bash git clone https://github.com/mkelvers/mal.git && cd mal