From 62e33a8a051cc165f8a47af54bc7a1ba4a4edef3 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 17 Jun 2023 23:31:04 +0700 Subject: [PATCH] Minor README improvements --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 146de5c..1ac458a 100644 --- a/README.org +++ b/README.org @@ -25,7 +25,7 @@ To build and install kanban-tui, follow these steps: - Clone this repository, cd into it - Build the project: ~cargo build --release~ - The built binary can be found in ~target/release/kanban-tui~ -- Optionally, you can move the binary to a directory in your PATH for easier +- Optionally, you can move the binary to a directory in your ~$PATH~ for easier access. ** Usage It is recommended to run ~kanban-tui~ from the root of your project so it can @@ -58,8 +58,8 @@ operations are performed through simple keybindings. - Reports - Export to other formats ** Acknolwedgements -[[https://github.com/Karrq][Karrq]] helped suggest a lot of things design wise and even contributed a handie -little macro. +[[https://github.com/Karrq][Karrq]] was nice enough to provide some help from time to time and even +contributed a handy little macro. ** Contributions While the project is primarily developed to practice Rust, if for some reason you like this and want to contribute, open an issue and we can discuss whatever.