aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/README.md')
-rw-r--r--certServiceK8sExternalProvider/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/certServiceK8sExternalProvider/README.md b/certServiceK8sExternalProvider/README.md
new file mode 100644
index 00000000..55eb0d0c
--- /dev/null
+++ b/certServiceK8sExternalProvider/README.md
@@ -0,0 +1,9 @@
+## Project seed for applications written in go lang
+
+### Build project
+
+Just run **mvn** command without any parameters (which is by default equal to **mvn clean package**).
+
+The output executable file will be present in bin directory with name: **onap-golang-helloworld-1.0.0-SNAPSHOT**
+
+To run the program just type: **bin/onap-golang-helloworld-1.0.0-SNAPSHOT**