From a6bd96da29bfa1bd0b69d88f17d156018dd8a3ea Mon Sep 17 00:00:00 2001 From: Cychih Date: Mon, 17 Apr 2017 09:50:30 +0800 Subject: [PATCH 1/2] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f482110..a9d0c4e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Special useful options for the PNG format: Transparency is a useful feature when the weather PNGs are used to add weather data to the pictures: -$ convert 1.jpg <( curl wttr.in/Oymyakon_tqp0.png ) -geometry +50+50 -composite 2.jpg + $ convert 1.jpg <( curl wttr.in/Oymyakon_tqp0.png ) -geometry +50+50 -composite 2.jpg Here: From d2543a9fe9743fa5ec39d95948a2dc8a39a00518 Mon Sep 17 00:00:00 2001 From: Cychih Date: Mon, 17 Apr 2017 09:54:45 +0800 Subject: [PATCH 2/2] Add shell prompts in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9d0c4e..9679ac1 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ External requirements: To install `wego` you must have [golang](https://golang.org/doc/install) installed. After that: - go get -u github.com/schachmat/wego - go install github.com/schachmat/wego + $ go get -u github.com/schachmat/wego + $ go install github.com/schachmat/wego ### Install python dependencies @@ -202,9 +202,9 @@ You can install most of them using `pip`. If `virtualenv` is used: - virtualenv ve - ve/bin/pip install -r requirements.txt - ve/bin/pip bin/srv.py + $ virtualenv ve + $ ve/bin/pip install -r requirements.txt + $ ve/bin/pip bin/srv.py (pyte 0.6 is not yet released and it should be installed direct from the source code from its GitHub repository at the moment).