Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boshevski committed Sep 1, 2016
1 parent c1a97cf commit 749814e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ We have lots of cat pictures we want to store in the cloud, so we should create

We currently have a Javascript and Node.js client written to interface with the network and API. You must have [Node.js](https://nodejs.org) and [npm](https://www.npmjs.com/) installed. We HIGHLY recommend [nvm](https://github.com/creationix/nvm) for this. This tutorial is using a default Ubuntu 14.04 x64 machine from [Digital Ocean](https://www.digitalocean.com/).

apt-get install git -y\nnpm install -g storj
apt-get install git -y
npm install -g storj

Run the `storj` program to view usage:

Expand All @@ -35,7 +36,8 @@ Run the `storj` program to view usage:

To make this process simple, we created a pairing process. This will create a keypair on your computer and send the public key to us. It will be used for further authentication instead of the username and password.

$ storj login\n [...] > Enter your email address > [email protected]
$ storj login
[...] > Enter your email address > [email protected]
[...] > Enter your password > ********************

[info] This device has been successfully paired.

0 comments on commit 749814e

Please sign in to comment.