From 60fc37e458826720d8ea677144378b52a05f3e1d Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 23 Mar 2019 15:11:10 -0400 Subject: [PATCH] readme still needs a lot of work --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 09e6971..b9ae123 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,7 @@ compile the project into a single executable file, and then run that. * [Platforms](https://github.com/m455/rodo#platforms) * [Requirements](https://github.com/m455/rodo#requirements) * [Downloading](https://github.com/m455/rodo#downloading) - * [Option one: Via Git](https://github.com/m455/rodo#option-two-via-git) - * [Option two: Via GitHub on a web browser](https://github.com/m455/rodo#option-one-via-github-on-a-web-browser) * [Setup](https://github.com/m455/rodo#setup) - * [Unix-likes](https://github.com/m455/rodo#unix-likes) * [Usage](https://github.com/m455/rodo#usage) * [Usage examples](https://github.com/m455/rodo#usage-examples) * [Configuration](https://github.com/m455/rodo#configuring-rodo) @@ -69,11 +66,7 @@ your system. **Tip: If you just want to test `rodo` out, then just `cd` into the directory you downloaded `rodo` into, and then run `./rodo.rkt`.** -## Unix-likes - -Continue on to the sections below to add `rodo` to your `$PATH`. - -### Set up a `$PATH` +## Set up a `$PATH` Follow the steps below if you haven't set up a `$PATH`. @@ -83,7 +76,7 @@ Follow the steps below if you haven't set up a `$PATH`. 1. Create a directory for your `$PATH` by running `mkdir ~/bin/` 2. Add your newly-created `~/bin/` to your `$PATH` by running `echo "export PATH=~/bin:\$PATH" >> .bashrc` -### Adding `rodo` to your `$PATH` +## Adding `rodo` to your `$PATH` Follow the steps below to add the `rodo.rkt` file to your `$PATH`.