We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19a2e67 + e2c6118 commit 13829deCopy full SHA for 13829de
1 file changed
README.md
@@ -26,7 +26,7 @@ For example, installing [`oneTBB`](https://github.com/oneapi-src/oneTBB) on Linu
26
```bash
27
TBB_VERSION="2021.1.1"
28
29
-wget https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-$TBB_VERSION-lin.tgz
+wget https://github.com/oneapi-src/oneTBB/releases/download/v$TBB_VERSION/oneapi-tbb-$TBB_VERSION-lin.tgz
30
tar zxvf oneapi-tbb-$TBB_VERSION-lin.tgz -C $HOME
31
32
export TBB="$HOME/oneapi-tbb-$TBB_VERSION"
0 commit comments