Skip to content

Commit b8bda0a

Browse files
committed
add git clone to instructions
1 parent 07baa2e commit b8bda0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The API of Tesseract-JAX consists of a single function, [`apply_tesseract(tesser
3131
2. Build an example Tesseract:
3232

3333
```bash
34-
$ tesseract build examples/simple/vectoradd_jax
34+
$ git clone https://github.com/pasteurlabs/tesseract-jax
35+
$ tesseract build tesseract-jax/examples/simple/vectoradd_jax
3536
```
3637

3738
3. Use it as part of a JAX program via the JAX-native `apply_tesseract` function:

docs/content/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ For more detailed installation instructions, please refer to the [Tesseract Core
1919
2. Build an example Tesseract:
2020

2121
```bash
22-
$ tesseract build examples/simple/vectoradd_jax
22+
$ git clone https://github.com/pasteurlabs/tesseract-jax
23+
$ tesseract build tesseract-jax/examples/simple/vectoradd_jax
2324
```
2425

2526
3. Use it as part of a JAX program:

0 commit comments

Comments
 (0)