From 9cd6bdc04e30a261a25d45be4b990cdc1b90dd16 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Wed, 4 Dec 2024 08:36:34 -0500 Subject: [PATCH] updating readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c63261..1112bfa 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,19 @@ Loom is a collection of tools for the design and verification of asynchronous circuits. Not all of the tools are complete. ## Table of Contents +1. [Install](#install) 1. [Example](#example) -3. [Build and Install](#build) +3. [Build From Source](#build) 2. [Development Status](#status) + +## Install + +This install script downloads the appropriate binaries for your system and places them in `/usr/local` (or `C:\Program Files (x86)\Loom` on windows) +``` +curl -L https://raw.githubusercontent.com/broccolimicro/loom/refs/heads/main/install.sh | sudo bash +``` + ## Example