forked from schachmat/wego
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix readme syntax for new github restriction
Apparently the markdown interpreter was changed and requires a space after the hashtags nowadays.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
![Screenshots](http://schachmat.github.io/wego/wego.gif) | ||
|
||
##Features | ||
## Features | ||
|
||
* show forecast for 1 to 7 days | ||
* nice ASCII art icons | ||
|
@@ -16,7 +16,7 @@ | |
* config file for default location which can be overridden by commandline | ||
* Automatic config management with [ingo](https://github.com/schachmat/ingo) | ||
|
||
##Dependencies | ||
## Dependencies | ||
|
||
* A [working](https://golang.org/doc/install#testing) [Go](https://golang.org/) | ||
[1.5](https://golang.org/doc/go1.5) environment (You can use | ||
|
@@ -27,14 +27,14 @@ | |
mono`) | ||
* An API key for the backend (see Setup below) | ||
|
||
##Installation | ||
## Installation | ||
|
||
To install or update the wego binary into your `$GOPATH` as usual, run: | ||
```shell | ||
go get -u github.com/schachmat/wego | ||
``` | ||
|
||
##Setup | ||
## Setup | ||
|
||
0. Run `wego` once. You will get an error message, but the `.wegorc` config file | ||
will be generated in your `$HOME` directory (it will be hidden in some file | ||
|
@@ -68,13 +68,13 @@ go get -u github.com/schachmat/wego | |
You can set the `$WEGORC` environment variable to override the default config | ||
file location. | ||
##Todo | ||
## Todo | ||
* more [backends and frontends](https://github.com/schachmat/wego/wiki/How-to-write-a-new-backend-or-frontend) | ||
* resolve ALL the [issues](https://github.com/schachmat/wego/issues) | ||
* don't forget the [TODOs in the code](https://github.com/schachmat/wego/search?q=TODO&type=Code) | ||
##License - ISC | ||
## License - ISC | ||
Copyright (c) 2014-2016, <[email protected]> | ||
|