Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Dec 4, 2024
1 parent 5b03b05 commit 9cd6bdc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a name="install"></a>
## 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
```

<a name="example"></a>
## Example

Expand Down

0 comments on commit 9cd6bdc

Please sign in to comment.