From c2fb0b818563cfa450daf98d46ce254d29328a70 Mon Sep 17 00:00:00 2001 From: Sahar Date: Thu, 28 Mar 2024 13:02:25 -0700 Subject: [PATCH] Update README.md More prominent bill of materials under hardware --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3272b928..4af30fd3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ poetry run 01 # Runs the 01 Light simulator (hold your spacebar, speak, release) # Hardware -- The **01 Light** is an ESP32-based voice interface. [Build instructions are here.](https://github.com/OpenInterpreter/01/tree/main/hardware/light) It works in tandem with the **01 Server** ([setup guide below](https://github.com/OpenInterpreter/01/blob/main/README.md#01-server)) running on your home computer. +- The **01 Light** is an ESP32-based voice interface. Build instructions are [here](https://github.com/OpenInterpreter/01/tree/main/hardware/light). A list of what to buy [here](https://github.com/OpenInterpreter/01/blob/main/hardware/light/BOM.md). +- It works in tandem with the **01 Server** ([setup guide below](https://github.com/OpenInterpreter/01/blob/main/README.md#01-server)) running on your home computer. - **Mac OSX** and **Ubuntu** are supported by running `poetry run 01`. This uses your spacebar to simulate the 01 Light. - (coming soon) The **01 Heavy** is a standalone device that runs everything locally.