diff --git a/doc/Build-on-Linux.md b/doc/Build-on-Linux.md index 95dedcb..42b3c81 100644 --- a/doc/Build-on-Linux.md +++ b/doc/Build-on-Linux.md @@ -25,7 +25,7 @@ Download the `.tar.bz2` or `.tar.gz` from [here](https://www.boost.org/users/dow Unpack and go into the directory (suppose Boost version is 1.74): ``` -tar -xzf boost_1_74_0.tar.bz2 +tar -xzf boost_1_74_0.tar.gz cd boost_1_74_0 ```