Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
  • Loading branch information
marvin-hansen committed Sep 19, 2023
1 parent 7bc5e06 commit fc1b9de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ In your project folder, just run in a terminal:
cargo add deep_causality
```

## 🚀 Getting Started

See the [starter example](deep_causality/examples/starter/src/main.rs).


## How to run the example code

```bash
Expand All @@ -109,6 +114,9 @@ cargo run --release --bin example-ctx

# Smoking inference
cargo run --release --bin example-smoking

# Getting started example
cargo run --release --bin starter
```

## 📦 Sub-Crates
Expand Down

0 comments on commit fc1b9de

Please sign in to comment.