Update README.md
parent
4940c939ad
commit
2456eaf36d
19
README.md
19
README.md
|
@ -1,11 +1,6 @@
|
||||||
# rodo
|
# rodo
|
||||||
|
|
||||||
A command-line todo list written in Racket
|
An easy-to-use todo list program for people who live on the command line written in Racket.
|
||||||
|
|
||||||
## Getting started
|
|
||||||
|
|
||||||
The following instructions will get you a copy of the
|
|
||||||
project for use on your local machine
|
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
|
@ -14,15 +9,19 @@ project for use on your local machine
|
||||||
|
|
||||||
### Setting up rodo
|
### Setting up rodo
|
||||||
|
|
||||||
Download from your terminal by running:
|
Download rodo by running:
|
||||||
|
|
||||||
`git clone https://github.com/m455/rodo`
|
`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:
|
following contents to it:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue