Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiraldog authored Aug 30, 2022
1 parent 4ed78c2 commit 14f336b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export MAVEN_VERYFI_PASSWORD=[PASSWORD]
- Clone this repository
- Go to Lens: React Native (iOS + Android) section and generate your access credentials [here](https://hub.veryfi.com/api/settings/keys/#package-managers-container).
- Run `npm config set @veryfi:registry https://nexus.veryfi.com/repository/npm/`
- Run `npm config set _auth $(echo -n '[USERNAME]:[PASSWORD]' | openssl base64 -A) --registry=https://nexus.veryfi.com/repository/npm`
- Run `npm config set _auth $(echo -n '[USERNAME]:[PASSWORD]' | openssl base64 -A) --registry=https://nexus.veryfi.com/repository/npm/`
- Run `npm i @veryfi/react-native-veryfi-lens`
- Replace [USERNAME] and [PASSWORD] with the credentials that were set up in the previous step.

Expand Down

0 comments on commit 14f336b

Please sign in to comment.