From 69aa8b6b64d586c670ed59470ac7370a186c375b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 14 Nov 2023 03:25:48 +0300 Subject: [PATCH] Update package installation commands in README.md --- jfrog-oauth/README.md | 3 +++ jfrog-token/README.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index dfdd199..f7ea867 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -54,5 +54,8 @@ You should now be able to install packages from Artifactory using both the `jf p ```shell jf pip install requests +``` + +```shell pip install requests ``` diff --git a/jfrog-token/README.md b/jfrog-token/README.md index 1f2eeb3..291111f 100644 --- a/jfrog-token/README.md +++ b/jfrog-token/README.md @@ -55,12 +55,15 @@ module "jfrog" { } ``` -You should now be able to install packages from Artifactory using both the `jf npm`, `jf go`, `jf pip` and `npm`, `go`, `pip` command. +You should now be able to install packages from Artifactory using both the `jf npm`, `jf go`, `jf pip` and `npm`, `go`, `pip` commands. ```shell jf npm install prettier jf go get github.com/golang/example/hello jf pip install requests +``` + +```shell npm install prettier go get github.com/golang/example/hello pip install requests