From f116c61a2ebd7a4d4f913a7c34c3062e6ca27b65 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Tue, 12 Mar 2024 03:23:55 -0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 044ccf6..59c1276 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Official pre-release repository for [The 01 Project](https://twitter.com/hellokillian/status/1745875973583896950). -> **4** days remaining until launch +> **3** days remaining until launch

@@ -65,9 +65,20 @@ pip install 01OS ``` ```shell +01 --server # Start a server for a hardware device to listen to. +``` + +# Client Setup + +### For ESP32 boards + +Please visit our [ESP32 setup documentation](https://github.com/KillianLucas/01/tree/main/01OS/01OS/clients/esp32). + +### For Mac, Windows, and Ubuntu machines + +``` 01 # Start a server and a client. -01 --server # Start only a server. 01 --server --expose # Start and expose a server via Ngrok. This will print a `server_url` for clients to connect to. 01 --client --server_url your-server.com # Start only a client.