summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-07-27 19:22:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-27 19:22:23 +0000
commit849cd9fdd3f2fdf352f07f901c24255d12f8c156 (patch)
treecd402994cf21c749968917ad8dc5415e43c19c61 /README.md
parent841969d479e366bf5676b9ef4bd7f6ee25262bd4 (diff)
parent9a8281de4a1de05bfe034a91e8d5b304537ef5c6 (diff)
Merge "Add initial files to repo"
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..a1bfa854
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+This source repository contains the code for the ORAN A1 related components.
+
+To compile this code:
+
+1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
+
+2. To compile, run "mvn clean install".
+