Skip to content

Commit

Permalink
Updating README so setup instructions are accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Mar 27, 2015
1 parent 157ca3b commit e795fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The starting point for the command line interface to the next version of Tessel
Clone this repo and then run `npm link --local`.

## Setup

Create a folder at HOME/.tessel (for example, on OSX this is mkdir ~/.tessel). Copy your existing SSH key into that folder or make a new one (something like `cp ~/.ssh/id_rsa* ~/.tessel/).

Copy the example.env into a file called config.env and modify each of the fields so that they are accurate. The keyPath refers to the path to your SSH key and the keyPassphrase is an optional configuration if you need to specify a passphrase to access your key.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
host=192.168.168.168
username=root
keyPath=/Users/YOU/.ssh/id_rsa
keyPath=/Users/YOU/.tessel/id_rsa
keyPassphrase=YouMayNotNeedThis

0 comments on commit e795fdc

Please sign in to comment.