Skip to content

Commit

Permalink
Fix wget instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed May 4, 2012
1 parent 3369102 commit 5a54f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Expand Up @@ -17,7 +17,8 @@ gtk+-3.0
Download json file from youless. Do this atleast every 30 minutes.
Overlap is no problem, EnergyPoint will check for this.

wget http://youless/a?f=j -O output.json
wget "http://youless/V?f=j&h=1" -O `date +%Y-%m-%d-%H%M-1.json`
wget "http://youless/V?f=j&h=2" -O `date +%Y-%m-%d-%H%M-2.json`


=== Import data ===
Expand Down

0 comments on commit 5a54f45

Please sign in to comment.