Skip to content

Commit

Permalink
Merge branch 'master' of github.com:harleylara/tello-js
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Jan 22, 2024
2 parents 3cb8e14 + 0435e2c commit db2d541
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ A minimalist Javascript library for programming Tello drones with a WebSocket in
ℹ️ [REQUIREMENT] To use this library you need to install:
- [Node.js](https://nodejs.org/)

## Option 1: install from source
## Option 1: install using npm

[Video Demo](https://github.com/harleylara/tello-js/assets/35354399/46b0ccc8-c98a-4667-baf0-3b532d9c6eeb)

1. Open a terminal and run.

```console
$ npm i @harleylara/tello-js -g
```

2. Done

## Option 2: install from source

1. Download/clone this repository on your computer.
```console
Expand All @@ -37,16 +49,6 @@ $ npm install -g .

3. Done

## Option 2: install using npm

1. Open a terminal and run.

```console
$ npm i @harleylara/tello-js -g
```

2. Done

At this point you are ready to have fun with your drone using javascript.

# How to use
Expand Down

0 comments on commit db2d541

Please sign in to comment.