Skip to content

Commit

Permalink
Merge pull request #11 from fredcy/doc-patches
Browse files Browse the repository at this point in the history
Doc patches
  • Loading branch information
jhartzell42 authored Jul 27, 2018
2 parents b68b744 + ade10a4 commit b955331
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,16 @@ reading at *Using the Ledger apps*.
The easiest way to obtain the Tezos Ledger apps is to download the `.hex` files
from the [releases](https://github.com/obsidiansystems/ledger-app-tezos/releases)
page. After doing so, skip ahead to *Installing the apps onto your Ledger device*.
You will need to expand the releases tarball somewhere and copy the
baking.hex and wallet.hex files into the ledger-app-tezos directory.
If you want to compile the applications yourself, keep reading this section.

### Compiling the `.hex` files

The first thing you'll need to do is clone this repository:

```
$ git clone git@github.com:obsidiansystems/ledger-app-tezos.git
$ git clone https://github.com/obsidiansystems/ledger-app-tezos.git
```

You will need to have the
Expand Down Expand Up @@ -312,6 +314,9 @@ before your prompt -- use pip to install the `ledgerblue`
This will install the Ledger Python packages into the virtualenv; they will be
available only in a shell where the virtualenv has been activated.

Note: We are installing this python package named "ledgerblue" even though we are working with Ledger Nano S hardware.
Do not skip this step even though you are not using Ledger Blue hardware.

```
$ pip install ledgerblue
```
Expand Down Expand Up @@ -346,7 +351,7 @@ the root directory of this very repo, which means that in order to have it, you
must clone this repo and `cd` into the resulting directory:

```
$ git clone git@github.com:obsidiansystems/ledger-app-tezos.git
$ git clone https://github.com/obsidiansystems/ledger-app-tezos.git
$ cd ledger-app-tezos/
```

Expand Down

0 comments on commit b955331

Please sign in to comment.