Skip to content

Commit 75b31f9

Browse files
authored
Update README.md (#120)
1 parent c00250e commit 75b31f9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@ rustup toolchain link enzyme build/host/stage1
2525
rustup toolchain install nightly # enables -Z unstable-options
2626
```
2727

28-
You can then look at examples in the `library/autodiff/examples/*` folder and run them with
28+
You can then run an examples from our [docs](https://enzyme.mit.edu/index.fcgi/rust/usage/usage.html) using
2929

3030
```bash
31-
# rosenbrock forward iteration
32-
cargo +enzyme run --example rosenbrock_fwd_iter --release
33-
34-
# or all of them
35-
cargo +enzyme test --examples
31+
cargo +enzyme run --release
3632
```
3733

3834
## Enzyme Config

0 commit comments

Comments
 (0)