From 2a3d732368ee4242904794e564aa905fdd2a6b95 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Wed, 10 Oct 2018 09:20:09 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74592ed..4c4a1ed 100755 --- a/README.md +++ b/README.md @@ -38,15 +38,15 @@ By: Jesse Laprade ### GNU/Linux -* Setup a $PATH +1. Setup a $PATH 1. Create a directory for your `$PATH` by running `mkdir ~/bin/` 2. Associate your `$PATH` with the ~/bin/ folder you created by running `echo "export PATH=~/bin:\$PATH" >> .bashrc` -* Using the binary +2. Using the binary 1. Copy the rodo binary file to your `$PATH` folder by running `cp /path/to/rodo ~/bin/` 2. Make the rodo binary file executable by running `chmod u+x ~/bin/rodo` -* Creating a wrapper +3. Creating a wrapper 1. Create an empty wrapper file by running `touch ~/bin/rodo`. 2. Add the following contents show below to it ```