From 99de00a0ded4f751f79e6c138d85df6244c71ee6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Dec 2014 15:15:44 +0100 Subject: Mention ./update when switching branches ./rebuild calls ./update, but ./update alone also works. --- scripts/switch-branch | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/switch-branch b/scripts/switch-branch index 3890334..a5ba803 100755 --- a/scripts/switch-branch +++ b/scripts/switch-branch @@ -14,4 +14,5 @@ echo "$BRANCH" > config/"$FILENAME" scripts/"$1"-clean +echo "Run ./update to actually update the sources based on the new selection." echo "Run ./rebuild to update the source and to compile the selected branch." -- cgit v1.2.3