From 384c5aebc7e3aef16824789c0325db36d42ba3be Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Sun, 27 Sep 2020 15:38:14 +0800 Subject: [PATCH] Update Build-on-Linux.md --- doc/Build-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```