aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ba938aa3..ad09831d2 100755
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
+# MASTER BRANCH IS INACTIVE
+This branch is left here for compatibility and historical reasons only. All new development should target
+the `main` branch, which is the default branch for https://github.com/gnuradio/gnuradio.git
+
+## To Update Your Local Repository
+
+If you currently have the `master` branch locally and would like to work against `main`
+
+```
+$ git branch -m master main
+$ git fetch origin
+$ git branch -u origin/main main
+$ git remote set-head origin -a
+```
+
<p align="center">
<img src="https://github.com/gnuradio/gnuradio/blob/master/docs/gnuradio.png" width="75%" />
</p>