From 3c3ba4b2905e1846437eb1ed4a8b9c6ab224f197 Mon Sep 17 00:00:00 2001 From: Ryuichi Leo Takashige Date: Mon, 22 Dec 2025 17:49:43 +0000 Subject: [PATCH] format README a bit better --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a79c2317..2ba2ab51 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,19 @@ There are two ways to run exo: **Prerequisites:** - [brew](https://github.com/Homebrew/brew) (for simple package management on MacOS) + ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` - [uv](https://github.com/astral-sh/uv) (for Python dependency management) - [macmon](https://github.com/vladkens/macmon) (for hardware monitoring on Apple Silicon) - [node](https://github.com/nodejs/node) (for building the dashboard) + ```bash brew install uv macmon node ``` - [rust](https://github.com/rust-lang/rustup) (to build Rust bindings, nightly for now) + ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup toolchain install nightly