Update package installation commands in README.md

pull/97/head
Muhammad Atif Ali 2 years ago
parent d87b5ed33d
commit 69aa8b6b64

@ -54,5 +54,8 @@ You should now be able to install packages from Artifactory using both the `jf p
```shell ```shell
jf pip install requests jf pip install requests
```
```shell
pip install requests pip install requests
``` ```

@ -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 ```shell
jf npm install prettier jf npm install prettier
jf go get github.com/golang/example/hello jf go get github.com/golang/example/hello
jf pip install requests jf pip install requests
```
```shell
npm install prettier npm install prettier
go get github.com/golang/example/hello go get github.com/golang/example/hello
pip install requests pip install requests

Loading…
Cancel
Save