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