Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romefeller committed Dec 22, 2021
1 parent e58e372 commit 135d833
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ Cross chain transfer is a more complex transaction than single chain transfer, i
node scripts/cross-chain-transfer-offline.js
```

### Update ledger-os.js (Bundled dependencies)

Sometimes all ledger dependencies gets updates in their repos so we need
to get the file ledger-os.js updated as well.

To do this we need follow those steps:
- cd ledger-bundle
- npm run-script build

The desired file should appear on the util folder.

## Docker

```
Expand Down

0 comments on commit 135d833

Please sign in to comment.