From 9ce25d98e9c300d4bd59edc5d7d75e32f6161633 Mon Sep 17 00:00:00 2001 From: nelsonkopliku Date: Thu, 14 Apr 2022 15:41:09 +0200 Subject: [PATCH] fixup installation doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5577f39e..95c922b4 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The script will ask you for some input. You can pass these arguments as flags or env variables too: ``` -curl -sfL https://raw.githubusercontent.com/trento-project/trento/main/install-agent.sh | sudo bash -s - --ssh-address=192.168.33.10 --server-ip=192.168.33.1 --api-key +curl -sfL https://raw.githubusercontent.com/trento-project/agent/main/install-agent.sh | sudo bash -s - --ssh-address=192.168.33.10 --server-url=http://192.168.33.1 --api-key ``` ``` @@ -237,8 +237,8 @@ For reference, you can find the full, generated, web service code [here](docs/_g # Support -Please only report bugs via [GitHub issues](https://github.com/trento-project/trento/issues); -for any other inquiry or topic use [GitHub discussion](https://github.com/trento-project/trento/discussions). +Please only report bugs via [GitHub issues](https://github.com/trento-project/agent/issues); +for any other inquiry or topic use [GitHub discussion](https://github.com/trento-project/agent/discussions). # Contributing