Skip to content

Commit 8aead3b

Browse files
authored
Merge pull request #224 from mikeller/update_installation_instructions
Updated installation instructions.
2 parents 85cd0f3 + ffe338a commit 8aead3b

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

Readme.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,33 @@ be played behind the log. You can export the graphs as a WebM video to share wit
88

99
## Installation
1010

11-
There are three methods of installation available:
11+
### Standalone
1212

13-
### Chrome Web Store method
13+
Download the installer from [Releases](https://github.com/betaflight/blackbox-log-viewer/releases).
1414

15-
The easiest way to get the explorer (if you have Google Chrome) is to install it from the Chrome Web Store:
15+
### Via Chrome Web Store
1616

17-
https://chrome.google.com/webstore/detail/betaflight-blackbox-explo/canpiagfkeefejklcojkhojdijglnghc
17+
[![available in the Chrome web store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/betaflight-blackbox-explo/canpiagfkeefejklcojkhojdijglnghc)
1818

19-
This will add it to your computer as a Chrome App.
19+
1. Visit the [Betaflight Blackbox Log Viewer product page in the Chrome web store](https://chrome.google.com/webstore/detail/betaflight-blackbox-explo/canpiagfkeefejklcojkhojdijglnghc)
20+
2. Click **+ Add to Chrome**
2021

21-
### Manual Chrome App install
22-
Download the contents of this repository by clicking the "download ZIP" button on the right of this page. Unpack
23-
the zip somewhere on your computer. In Google Chrome, open up the Extensions page, tick the "developer mode" tickbox,
24-
click the "load unpacked extension" button, and point it at the unpacked folder. This will add it as a Chrome App.
22+
Please note - the application will automatically update itself when new versions are released.
2523

26-
### Run as a webpage
27-
Download the contents of this repository by clicking the "download ZIP" button on the right of this page. Unpack
28-
the zip somewhere on your computer, and double click "index.html" file to open it with your web browser.
24+
### Alternative way, Chrome app:
2925

30-
Note that the "video export" feature is only available when opened with Google Chrome. Also, running it this way will
31-
limit the exported flight video to 500MB in size. Use one of the previous Chrome App install methods to unlock
32-
>500MB video export.
26+
1. Clone the repo to any local directory or download it as zip.
27+
2. If downloaded as a zip, extract it into a new directory.
28+
3. Start Google Chrome.
29+
4. Click the 3-dots on the far right of the URL bar.
30+
5. Select "More Tools"
31+
6. Select "Extensions"
32+
7. Check the Developer Mode checkbox.
33+
8. Click on load unpacked extension.
34+
9. Point it to the folder you extracted the zip to.
3335

3436
## Usage
35-
Click the "Open log file/video" button at the top right and select your logged ".TXT" file and your flight video (if
36-
you recorded one).
37+
Click the "Open log file/video" button at the top right and select your log file and your flight video (if you recorded one).
3738

3839
You can scroll through the log by clicking or dragging on the seek bar that appears underneath the main graph. The
3940
current time is represented by the vertical red bar in the center of the graph. You can also click and drag left and
@@ -132,4 +133,4 @@ Explorer.
132133

133134
## License
134135

135-
This project is licensed under GPLv3.
136+
This project is licensed under GPLv3.

0 commit comments

Comments
 (0)