Skip to content

Commit

Permalink
Update getting-started for magickeys
Browse files Browse the repository at this point in the history
  • Loading branch information
kronolynx committed Aug 29, 2016
1 parent d188d13 commit 989dfda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ npm-debug.log*
pids
*.pid
*.seed
*.asc

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
Expand Down
12 changes: 4 additions & 8 deletions GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,11 @@ Wait a couple of minutes while your Watcher keys are generated.

![Keys generation](https://github.com/trailbot/vault/blob/master/dist/img/screens/watcher/004.png)

Choose a method for exporting the `Watcher public key`. Recommended option is __Write to filesystem__.
The watcher will generate a biometric sentence consisting of 8 words that will be required by Trailbot Client.

![Choose exporting method](https://github.com/trailbot/vault/blob/master/dist/img/screens/watcher/005.png)
![Watcher exchange](https://github.com/trailbot/vault/blob/master/dist/img/screens/watcher/006.png)

Press enter to simply write it into `./trailbot_watcher.pub.asc`.

![Watcher key export](https://github.com/trailbot/vault/blob/master/dist/img/screens/watcher/006.png)

After a few seconds, Trailbot Watcher should be up and running. :tada:
After Trailbot Client validates the sentence, Trailbot Watcher should be up and running. :tada:

![Ready](https://github.com/trailbot/vault/blob/master/dist/img/screens/watcher/007.png)

Expand All @@ -149,7 +145,7 @@ Last step is taking the `./trailbot_watcher.pub.asc` file containing the `Watche

### Watching files and logs

Start watching a file by clicking on the (:heavy_plus_sign:) button in the left pane and then simply enter the absolute path of the file you want to watch.
Start watching a file by clicking on the (:heavy_plus_sign:) button in the left pane and then simply enter the absolute path of the file you want to watch.

![Start watching](https://github.com/trailbot/vault/blob/master/dist/img/screens/client/start-watching.png)

Expand Down

0 comments on commit 989dfda

Please sign in to comment.