Skip to content

Commit 13829de

Browse files
authored
Merge pull request #158 from hsbadr/develop
README: Minor update
2 parents 19a2e67 + e2c6118 commit 13829de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, installing [`oneTBB`](https://github.com/oneapi-src/oneTBB) on Linu
2626
```bash
2727
TBB_VERSION="2021.1.1"
2828

29-
wget https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-$TBB_VERSION-lin.tgz
29+
wget https://github.com/oneapi-src/oneTBB/releases/download/v$TBB_VERSION/oneapi-tbb-$TBB_VERSION-lin.tgz
3030
tar zxvf oneapi-tbb-$TBB_VERSION-lin.tgz -C $HOME
3131

3232
export TBB="$HOME/oneapi-tbb-$TBB_VERSION"

0 commit comments

Comments
 (0)