Skip to content

Commit

Permalink
docs: add installation instructions for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-stx authored and kyranjamie committed Dec 9, 2022
1 parent a7ba03e commit e30eb1b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![coverage](https://raw.githubusercontent.com/blockstack/stacks-wallet/gh-pages/badge.svg)](https://blockstack.github.io/stacks-wallet/)


[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/blockstack/stacks-wallet)

![Hiro Wallet Hero](/resources/readme.png)
Expand All @@ -17,3 +16,18 @@ Implementation of the Stacks 2.0 wallet for Desktop
1. Ensure you have [Yarn](https://yarnpkg.com/) installed.
1. After [cloning the repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository), run `yarn` in the root of the project to install the dependencies.
1. Run `yarn dev:testnet` to start a development server.

### Ubuntu

Ensure you're using a recent version of Node v14 and yarn 1. This project requires these versions for development.

If you're using `nvm`, you can install and use Node v14 with,

```bash
nvm install 14
nvm use 14
```

When using Node v14, `yarn` needs to be installed separately. [Follow yarn's installation instructions](https://classic.yarnpkg.com/en/docs/install#debian-stable).

With Node v14 and yarn installed, run `yarn dev:testnet` to start developing.

0 comments on commit e30eb1b

Please sign in to comment.