From 2456eaf36d39edcc17518663d46d4ffd3d7090c4 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sun, 29 Jul 2018 21:27:21 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a47eaf..9483bb7 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # rodo -A command-line todo list written in Racket - -## Getting started - -The following instructions will get you a copy of the -project for use on your local machine +An easy-to-use todo list program for people who live on the command line written in Racket. ### Requirements @@ -14,15 +9,19 @@ project for use on your local machine ### Setting up rodo -Download from your terminal by running: +Download rodo by running: `git clone https://github.com/m455/rodo` -Create a $PATH if you haven't done so already: +Create a $PATH if you haven't done so already by running: -`echo "export PATH=~/bin:$PATH" >> .bashrc` +`echo "export PATH=~/bin:\$PATH" >> .bashrc` -Create a file called `rodo` in your $PATH and add the +Make the actual directory for your `$PATH`: + +`mkdir ~/bin/` + +Create a file called `rodo` in your $PATH (in your ~/bin/ folder if you followed the instructions above) and add the following contents to it: ```