From f86fb69eed4338fc9f70d358bda47b804eef13ff Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 24 Feb 2019 22:57:55 -0500 Subject: [PATCH] the never ending edits of documentation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0048fb..2740b3f 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,15 @@ your system. ## GNU/Linux -Follow the steps below to add `rodo` to your `$PATH`. +Follow the sections below to add `rodo` to your `$PATH`, if you are using +GNU/Linux. ### Set up a `$PATH` -Follow the steps below if you haven't set up a `$PATH`. If you have set up a -`$PATH` already, then skip to the next step, [Adding `rodo` to your -`$PATH`](https://github.com/m455/rodo#adding-rodo-to-your-path). +Follow the steps below if you haven't set up a `$PATH`. + +Tip: If you have set up a `$PATH` already, then skip to the next step, [Adding +`rodo` to your `$PATH`](https://github.com/m455/rodo#adding-rodo-to-your-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`