diff --git a/README.md b/README.md index bb45e43..7db45a5 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ `n!` (notes!, nex, nexclamation) is a text notes manager. -Use it with [completion](completion) script. See [help](src/help.txt) for usage info. +Use it with [completion](completion) script. See help.txt for usage info. + +Compilation: + +``` +v . +``` diff --git a/src/help.txt b/help.txt similarity index 100% rename from src/help.txt rename to help.txt diff --git a/src/main.v b/main.v similarity index 100% rename from src/main.v rename to main.v