From 86bc0a89c3f65e963dba79c89e34367b4f616cb0 Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Fri, 10 Mar 2017 10:15:22 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b6dcbb1..c89dc26 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,4 @@ If your plant goes 5 days without water, it will die! ## credits * thank you tilde.town for inspiration! -* Thank you @etkirsch for [this -gist](https://gist.github.com/etkirsch/53505478f53aeeac24a5) - python curses -can be nightmarish! +* Thank you @etkirsch for [this gist](https://gist.github.com/etkirsch/53505478f53aeeac24a5) - python curses can be nightmarish! From 834279b06c3a0bb83123e1f99324efca27054b27 Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Fri, 10 Mar 2017 11:06:41 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c89dc26..f750315 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,7 @@ Check in and water your plant every 24h to keep it growing. 5 days without water *(work in progress)* ## getting started -botany is designed for unix-based systems. Clone into a local directory using -`git clone https://github.com/jifunks/botany.git`. Run with `python -botany.py`. Water your seed to get started. You can come and go as you please -and your plant continues to grow. Make sure to come back and water every 24 hours or your plant won't grow. -If your plant goes 5 days without water, it will die! +botany is designed for unix-based systems. Clone into a local directory using `git clone https://github.com/jifunks/botany.git`. Run with `python botany.py`. Water your seed to get started. You can come and go as you please and your plant continues to grow. Make sure to come back and water every 24 hours or your plant won't grow. If your plant goes 5 days without water, it will die! ## features * Beautiful curses-based menu system