From 4982ead2301d7ddac34d51aaba53787c4373c5d4 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 29 Jul 2014 16:56:32 -0400 Subject: [PATCH] Change quick install instructions to be more explicit about checking out branch master. --- docs/source/quickinstall.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index ccbfabebe7..9dd6be6d1d 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -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