Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukealford committed Apr 27, 2018
1 parent 2336c71 commit 6b3814d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# ETHtray
# AusseBB Tray

Display current ETH-USD market price in the system tray.
Display your current usage stats in the tray(Currently windows only).

## Installation

> git clone https://github.com/travishorn/ethtray
> cd ethtray
> git clone https://github.com/lukealford/aussiebb_tray
> cd aussiebb_tray
> npm install

## Run
## Dev Run

> npm start

## Build

> npm run package-win

## Usage

Look for the Ethereum icon in the system tray. Hover your mouse cursor over it to see the market price in USD.
Expand All @@ -22,9 +26,9 @@ Right-click to bring up the context menu. Choose **Update** to request a new cur

The MIT License

Copyright 2017 Travis Horn
Copyright 2018 Luke Alford

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Expand Down

0 comments on commit 6b3814d

Please sign in to comment.