From 1a036024b6088e6544b4964ffd692a2710328f8a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Dec 2023 16:14:01 +0300 Subject: [PATCH] Update README.md --- jfrog-oauth/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index 8ca4ddf..676f476 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -31,6 +31,9 @@ module "jfrog" { } ``` +> Note +> This module does not install `npm`, `go`, `pip`, etc but only configure them. You need to handle the installation of these tools yourself. + ## Prerequisites Coder [`external-auth`](https://coder.com/docs/v2/latest/admin/external-auth) configured with Artifactory. This requires a [custom integration](https://jfrog.com/help/r/jfrog-installation-setup-documentation/enable-new-integrations) in Artifactory with **Callback URL** set to `https:///external-auth/jfrog/callback`.