aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorelinuxhenrik <henrik.b.andersson@est.tech>2020-07-22 14:38:08 +0200
committerelinuxhenrik <henrik.b.andersson@est.tech>2020-07-23 15:23:24 +0200
commit9a8281de4a1de05bfe034a91e8d5b304537ef5c6 (patch)
tree11d370c19de03b88fe0a54ae64b48aae210ce98b /README.md
parentcaa1f27a7eb88bef32f58d9c3b05b5aa3dd7d86a (diff)
Add initial files to repo
Change-Id: Ib68bedaa653ce898f7f68f89c43518e56996f381 Issue-ID: CCSDK-2595 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
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".
+