Skip to content

Commit 28569ff

Browse files
authored
Update intro.md
1 parent 83fa643 commit 28569ff

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/mobile-graphics-and-gaming/android_halide

1 file changed

+1
-1
lines changed

content/learning-paths/mobile-graphics-and-gaming/android_halide/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Halide can be set up using one of two main approaches:
6161
Here, you will use pre-built binaries:
6262
1. Visit the official Halide releases [page](https://github.com/halide/Halide/releases). As of this writing, the latest Halide version is v19.0.0.
6363
2. Download and unzip the binaries to a convenient location (e.g., /usr/local/halide on Linux/macOS or C:\halide on Windows).
64-
3. 3. Optionally set environment variables to simplify further usage:
64+
3. Optionally set environment variables to simplify further usage:
6565
```console
6666
export HALIDE_DIR=/path/to/halide
6767
export PATH=$HALIDE_DIR/bin:$PATH

0 commit comments

Comments
 (0)