Skip to content

Commit caed7ac

Browse files
authored
Update README.md
1 parent 59b2d4e commit caed7ac

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
@@ -138,7 +138,7 @@ This is an example of how to list things you need to use the software and how to
138138
mkdir boost
139139
sudo apt-get -y install build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev
140140
wget http://downloads.sourceforge.net/project/boost/boost/1.76.0/boost_1_76_0.tar.gz
141-
tar -zxvf boost_1_764_0.tar.gz
141+
tar -zxvf boost_1_76_0.tar.gz
142142
cd boost_1_76_0
143143
# get the no of cpucores to make faster
144144
cpuCores=`cat /proc/cpuinfo | grep "cpu cores" | uniq | awk '{print $NF}'`

0 commit comments

Comments
 (0)