Comparing version 0.1.5 to 0.1.6
@@ -5,3 +5,3 @@ { | ||
"description": "This is a script you could use to display realtime bitcoin exchange rate in your tmux status line", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "https://github.com/chunghe/nodejs-bitcoin-ticker" |
@@ -7,4 +7,9 @@ ## What does it do? | ||
add following to your tmux confi (assuming ~/.tmux.conf) | ||
### install | ||
npm install -g biticker | ||
### tmux config | ||
add following to your tmux config (assuming ~/.tmux.conf) | ||
``` | ||
@@ -17,3 +22,3 @@ set -g status-fg green | ||
set-window-option -g window-status-current-attr dim | ||
set -g status-right '#[fg=cyan,bright]#(node ~/ticker.js)' | ||
set -g status-right '#[fg=cyan,bright]#(biticker)' | ||
set -g status-right-length 75 | ||
@@ -20,0 +25,0 @@ set status-interval 60 |
Sorry, the diff of this file is not supported yet
39
1511