Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara authored Jun 16, 2023
1 parent 9a436ce commit 0435e2c
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 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,20 +49,6 @@ $ npm install -g .

3. Done

## Option 2: 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

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

# How to use
Expand Down

0 comments on commit 0435e2c

Please sign in to comment.