Skip to content

Commit

Permalink
Improve usage text in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Dec 10, 2017
1 parent b404a92 commit 51afc78
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,21 @@ apt-get install librtlsdr-dev

## Usage

The easiest way to run AirplaneJS is using the `npx` command that you'll
have availble if you have Node.js installed. Simply plug in your RTL-SDR
dongle and type:

```
npx airplanejs
```

This should open your default browser at
This will download and run AirplaneJS without any hassle.

When AirplaneJS successfully have connected to the USB dongle, your
default browser should automatically open to
[http:https://localhost:3000](http:https://localhost:3000).

Alternative approach:
Alternative install the module globally like in the old days:

1. Install AirplaneJS globally:
```
Expand Down

0 comments on commit 51afc78

Please sign in to comment.