Skip to content

Commit

Permalink
Merge pull request #138 from evanlinjin/develop
Browse files Browse the repository at this point in the history
updated README
  • Loading branch information
Gopher Pigjin authored Sep 26, 2017
2 parents d230d44 + c26f5cc commit b89017a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,6 @@ Skycoin BBS uses the [Skycoin CX Object System](https://github.com/skycoin/cxo)

Detailed building instructions for static files can be found in [static/README.md](https://github.com/skycoin/bbs/blob/master/static/README.md).

#### Dependencies

**Node Package Manager** (https://www.npmjs.com/)

```bash
# Install package from apt.
sudo apt install npm

# Update npm version to latest.
sudo npm install -g npm@latest
```

**Yarn** (https://yarnpkg.com/en/)

```bash
# Add repository.
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

# Install.
sudo apt-get update && sudo apt-get install yarn
```

**Angular CLI** (https://github.com/angular/angular-cli)

```bash
npm install -g @angular/cli
```

## Running BBS Node

Expand Down

0 comments on commit b89017a

Please sign in to comment.