diff --git a/GIT_BRANCHES.TXT b/GIT_BRANCHES.TXT index 00c0d21..a290c20 100644 --- a/GIT_BRANCHES.TXT +++ b/GIT_BRANCHES.TXT @@ -12,7 +12,7 @@ Currently, there are three branches in the MSB GIT repository: will come from. Please use this branch for testing only and not for production environments. -- 1.6: The MSB stable branch for Slackware 14.0. +- 14.0-mate-1.6: The MSB stable branch for Slackware 14.0. This is the previously supported branch and only receives bug fix updates. The MSB binary packages for Slackware 14.0 are built from this branch. You might want to use this branch if you enjoy stable releases. @@ -34,7 +34,7 @@ $ git branch An asterisk will appear in front of the branch you are currently in. Example output of 'git branch': - 1.6 + 14.0-mate-1.6 14.1-mate-1.6 * master @@ -45,7 +45,7 @@ To switch to another branch, use 'git checkout '. Example: $ git checkout 14.1-mate-1.6 $ git branch - 1.6 + 14.0-mate-1.6 * 14.1-mate-1.6 master diff --git a/README.TXT b/README.TXT index 617a276..560d33e 100644 --- a/README.TXT +++ b/README.TXT @@ -5,7 +5,7 @@ This project provides SlackBuild scripts to build and install the MATE desktop environment on Slackware (http://www.mate-desktop.org). Please check the main project website at http://mateslackbuilds.github.io for screenshots and more information. There is also a link to some MATE 1.6 binary packages for -Slackware 14.1. +Slackware 14.0 and Slackware 14.1. Please read GIT_BRANCHES.TXT to make sure you are on the right branch of the MSB repo before attempting to build from the scripts. After cloning the