Change quick install instructions to be more explicit about checking out branch

master.
This commit is contained in:
Paul Romano 2014-07-29 16:56:32 -04:00
parent e97d138d70
commit 4982ead230

View file

@ -43,7 +43,7 @@ following commands in a terminal:
git clone git://github.com/mit-crpg/openmc.git
cd openmc/src
git checkout master
git checkout -b master origin/master
make
sudo make install