Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Switch from npm to yarn (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra authored Jul 31, 2020
1 parent 97d07dc commit 080d911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Make sure a [`bitcoind`](https://github.com/bitcoin/bitcoin) and [`lnd`](https:/

### Step 1. Install dependencies
```sh
npm install
yarn
```

### Step 2. Set environment variables
Expand All @@ -47,7 +47,7 @@ Set the following environment variables directly or by placing them in `.env` fi

### Step 3. Run middleware
```sh
npm start
yarn start
```

You can browse through the available API endpoints [here](https://github.com/getumbrel/umbrel-middleware/tree/master/routes/v1).
Expand Down

0 comments on commit 080d911

Please sign in to comment.