Installing
-------------------------------------

On Debian systems:

Make the binary and the shell script executable:

cd run_now-v1.0beta
chown u+x run_now

Create the directory ~/bin directory if it doesn’t exist:

mkdir ~/bin

Move run_now to the users ~/bin directory (you can also adjust the permissions and move it to /usr/bin to make it a system executable):

mv run_now ~/bin/

Run the application:

run_now

or

~/bin/run_now
