From bd42907508c58ce5517d658792954ca31132dde4 Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Tue, 16 May 2023 11:21:17 +0200 Subject: [PATCH] added readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e14b989..67951fd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ -# New Relic Agent installer +# New Relic Agent Installer Only k8s supported so far. Docker, Linux, Helm already in place but not activated. Usage for k8s ``` -./script.sh -e k8s -a -k -r -n +./setup.sh -e k8s -a -k -r -n +``` + +Help: +``` +./setup.sh -h ``` By default the agent gets installed in the ```newrelic``` namespace. \ No newline at end of file