From f199d493400287c6e69947fb875ef6d8d837ea6e Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 1 Jul 2020 18:26:48 +0100
Subject: [PATCH] readme

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..637faa5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# fsl-base
+
+This project contains the "base" of an FSL installation. It includes:
+
+ - Configuration scripts for setting up an environment to use FSL
+ - Makefile infrastructure used to compile and install FSL projects
+ - Various other small configuration and auxillary files
+
+Prior to FSL 6.0.5, the contents of this project were provided by the
+[etc](https://git.fmrib.ox.ac.uk/fsl/etc) and
+[config](https://git.fmrib.ox.ac.uk/fsl/config) projects.
-- 
GitLab