From 4da19778a760cc0c6bd39b753984d581a0a6067b Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 12 Mar 2019 15:06:57 -0400 Subject: [PATCH] updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27e4298..472a45e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ Below is a list of platform(s) that `rodo` is currently available for. Below is a list of items needed for running `rodo` on your machine. * [Racket 6.x](https://racket-lang.org/) -* [GNU coreutils](https://wiki.debian.org/coreutils) (`chmod` at least) # Downloading @@ -52,10 +51,11 @@ list below: ## Option one: Via Git -Follow the steps below to download `rodo` using the `git` command. +Run the command below to download `rodo` using the `git` command. -1. Ensure `git` is installed -2. Run `git clone https://github.com/m455/rodo` on the command line +``` +git clone https://github.com/m455/rodo +``` ## Option two: Via GitHub on a web browser