From c3ccf8785c5bbf2f5d0ca58756f2b52e31c36d33 Mon Sep 17 00:00:00 2001 From: m455 Date: Fri, 12 Apr 2019 09:26:29 -0400 Subject: [PATCH] updated readme --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 012770f..f48dcb8 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,6 @@ A easy-to-use todo list program for people who live on the command line ![](screenshot.png) -# New things! - -Now the default directory and todo list file have better default permissions: - -* `rodo` is now license under AGPL3! -* `~/.rodo/` is set to 700 by default -* `~/.rodo/todo.txt` is set to 600 by default. - -# Todos - -- Update README so it's up to "technical writing standards" -- Add color option to `config.rkt` file -- Encrypt `todo.txt` file - # TL;DR 1. Make sure [Racket](https://racket-lang.org/) is installed @@ -40,6 +26,20 @@ racket ~/path/to/rodo.rkt "$@" Note: If you made an executable, remember to change the `rodo.rkt` part above to `rodo` +# New things! + +Now the default directory and todo list file have better default permissions: + +* `rodo` is now license under AGPL3! +* `~/.rodo/` is set to 700 by default +* `~/.rodo/todo.txt` is set to 600 by default. + +# Todos + +- Update README so it's up to "technical writing standards" +- Add color option to `config.rkt` file +- Encrypt `todo.txt` file + # Table of Contents * [Platforms](https://github.com/m455/rodo#platforms) @@ -55,7 +55,7 @@ Note: If you made an executable, remember to change the `rodo.rkt` part above to Below is a list of platform(s) that `rodo` is currently available for. * Unix-like operating systems: - * Windows Subsystem for Linux (Tested) + * Windows Subsystem for Linux (Works) * GNU/Linux (Untested) * macOS (Untested)