From 4926453e5661b44bca9f4b8738d5575ae6c4cee7 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 23 Mar 2019 15:29:06 -0400 Subject: [PATCH] removed a space from the shebang line --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9ae123..57d1988 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,15 @@ Now the default directory and todo list file have better default permissions: # TL;DR -Run `./rodo.rkt` or, if you want an executable, run `raco exe rodo.rkt` to -compile the project into a single executable file, and then run that. +1. Make sure [Racket](https://racket-lang.org/) is installed +2. `git clone https://github.com/m455/rodo` into a directory of your choice +3. Run `racket rodo.rkt` or, if you want an executable, run `raco exe rodo.rkt` to compile the project into a single executable file, and then run that. +4. Add the following to your `$PATH` directory to run `rodo` from anywhere, depending on whether or not you are using the `rodo.rkt` file or a compiled executable file: + +``` +#!/usr/bin/env bash +racket ~/path/to/rodo.rkt "$@" +``` # Table of Contents