We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fa643 commit 28569ffCopy full SHA for 28569ff
content/learning-paths/mobile-graphics-and-gaming/android_halide/intro.md
@@ -61,7 +61,7 @@ Halide can be set up using one of two main approaches:
61
Here, you will use pre-built binaries:
62
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.
63
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:
+ 3. Optionally set environment variables to simplify further usage:
65
```console
66
export HALIDE_DIR=/path/to/halide
67
export PATH=$HALIDE_DIR/bin:$PATH
0 commit comments