Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
doc: Add yarn warning
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 30, 2018
1 parent b9092e6 commit e2018b2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Expand Up @@ -29,18 +29,25 @@ If you find this project helpful, you can [support us on
Patreon](http://patreon.com/qdot)! Every donation helps us afford more
hardware to reverse, document, and write code for!

## Installation
## IMPORTANT BUILD NOTE

**DO NOT USE YARN TO INSTALL THIS**

Installing with yarn will break the native dependencies required for
our bluetooth dependencies. Only use 'npm install' to install this.
Afterwards, using yarn is fine.

To build the server, run the following command:

## Installation

```
yarn build
npm run build
```

To run the server after it is built, run the following command:

```
yarn start
npm run start
```

## License
Expand Down

0 comments on commit e2018b2

Please sign in to comment.