From 3b537c5ae39f409fc18851ed2ee9be7c56055a8c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Dec 2023 17:55:39 +0300 Subject: [PATCH] Add note about tool installation in README.md --- jfrog-token/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jfrog-token/README.md b/jfrog-token/README.md index 512c863..97e229d 100644 --- a/jfrog-token/README.md +++ b/jfrog-token/README.md @@ -35,6 +35,9 @@ variable "artifactory_access_token" { } ``` +> Note +> This module does not install `npm`, `go`, `pip`, etc but only configure them. You need to handle the installation of these tools yourself. + ![JFrog](../.images/jfrog.png) ## Examples