mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
format README a bit better
This commit is contained in:
@@ -65,16 +65,19 @@ There are two ways to run exo:
|
|||||||
|
|
||||||
**Prerequisites:**
|
**Prerequisites:**
|
||||||
- [brew](https://github.com/Homebrew/brew) (for simple package management on MacOS)
|
- [brew](https://github.com/Homebrew/brew) (for simple package management on MacOS)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/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)
|
- [uv](https://github.com/astral-sh/uv) (for Python dependency management)
|
||||||
- [macmon](https://github.com/vladkens/macmon) (for hardware monitoring on Apple Silicon)
|
- [macmon](https://github.com/vladkens/macmon) (for hardware monitoring on Apple Silicon)
|
||||||
- [node](https://github.com/nodejs/node) (for building the dashboard)
|
- [node](https://github.com/nodejs/node) (for building the dashboard)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install uv macmon node
|
brew install uv macmon node
|
||||||
```
|
```
|
||||||
- [rust](https://github.com/rust-lang/rustup) (to build Rust bindings, nightly for now)
|
- [rust](https://github.com/rust-lang/rustup) (to build Rust bindings, nightly for now)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
rustup toolchain install nightly
|
rustup toolchain install nightly
|
||||||
|
|||||||
Reference in New Issue
Block a user