summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2015-02-25 12:28:01 -0700
committerAaron Ball <nullspoon@iohq.net>2015-02-25 12:28:01 -0700
commit88e617f8ffa058349d55939724b0a69669d2f16c (patch)
tree8b4849e3cb7a46dd450cc7476a2e5c51ba992762
parent53040a1b3551417c4146d47ca4324b7eb7ca8128 (diff)
downloadnoteless-88e617f8ffa058349d55939724b0a69669d2f16c.tar.gz
noteless-88e617f8ffa058349d55939724b0a69669d2f16c.tar.xz
Removed find command from README
This isn't completely implemented yet in the c refactor.
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index ed9249b..fb2ef5a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@ operations without having to write a long command.
## Prerequisites
* gcc
-* gcc-c++
* make
@@ -30,9 +29,6 @@ there), add ~/bin to your path, and you should be good to go.
* **new**: Creates the specified note and opens for editing.
* **edit**: Opens the specified note for editing.
* **ls**: Lists all notes
-* **find**: Performs a case insensitive search of all notes, displaying only
- the lines that match along with their line numbers and files from which
- they came.
* **help**: Displays the help text.
* **rm**: Deletes the specified note

Generated by cgit