From a69b839ee0dfc1de9f95f42b337c70115df16db0 Mon Sep 17 00:00:00 2001 From: ge Date: Tue, 22 Apr 2025 20:24:20 +0300 Subject: [PATCH] stop using src/ dir --- README.md | 8 +++++++- src/help.txt => help.txt | 0 src/main.v => main.v | 0 3 files changed, 7 insertions(+), 1 deletion(-) rename src/help.txt => help.txt (100%) rename src/main.v => main.v (100%) 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