Skip to content

Commit

Permalink
Merge pull request #2 from plukevdh/master
Browse files Browse the repository at this point in the history
Request changes to use repo as base for the cliweather homebrew recipe
  • Loading branch information
Aaron Foltz authored and Aaron Foltz committed Mar 8, 2012
2 parents 7f1bd2e + 0f16afd commit c412a48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -3,11 +3,11 @@ You must have a recent version of Python installed (2.6-3.0)
To use this system-wide, make this application executable by doing:

chmod +x weather

Then move this application to /usr/bin

mv weather /usr/bin


This utility offers two views, one of the current conditions, and another of the forecast

Expand All @@ -16,19 +16,20 @@ For either view, you can choose to leave out your zip code, and a geolocation se
To see the forecast, add the "-f" flag like:

weather -f

If you want to include your zip code:

weather -f 20171

To see the current conditions, no flag is needed:

weather

If you want to include your zip code:

weather 20171

If you want to set a default location:

echo "20171" > ~/.cliweather

File renamed without changes.

0 comments on commit c412a48

Please sign in to comment.