Skip to content

Commit

Permalink
Merge pull request #8 from eyalbe4/jfrog-to-jf
Browse files Browse the repository at this point in the history
Replaced 'jfrog' with 'jf' in README
  • Loading branch information
rdar-lab committed Jan 17, 2022
2 parents f4a13f7 + d5cd118 commit feb1dd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -34,7 +34,7 @@ The docker image is based on gmacario/build-yocto which provides all the build-i
2. git clone your yocto project src files to your local machine.
Example: git clone -b jethro git://git.yoctoproject.org/poky
3. Make sure you have a proper artifactory configururation on your running machine.
Use 'jfrog rt config' to configure your server IP and authentication
Use 'jf c add' to configure your server IP and authentication
4. Create a tmp volume (this is required if running from MacOS due to filesystem limitations).
RUN: docker volume create --driver local --opt type=tmpfs --opt device=tmpfs --opt o=size=30000m,mode=1777 yoctotmp
5. RUN: docker run --rm -it \
Expand All @@ -46,15 +46,15 @@ The docker image is based on gmacario/build-yocto which provides all the build-i
## Installation with JFrog CLI
Installing the latest version:

`$ jfrog plugin install jfrog-yocto`
`$ jf plugin install jfrog-yocto`

Installing a specific version:

`$ jfrog plugin install jfrog-yocto@version`
`$ jf plugin install jfrog-yocto@version`

Uninstalling a plugin

`$ jfrog plugin uninstall jfrog-yocto`
`$ jf plugin uninstall jfrog-yocto`

## Usage
### Commands
Expand All @@ -81,7 +81,7 @@ Uninstalling a plugin

- Example:
```
$ jfrog jfrog-yocto bake core-image-minimal
$ jf jfrog-yocto bake core-image-minimal
Running pre steps. Running directory=./
Running Bit bake. target=core-image-minimal. This may take a long time....
Expand Down

0 comments on commit feb1dd6

Please sign in to comment.