From 8f338757b60b7d309333e49b83e57fba565758be Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 30 Sep 2024 09:04:30 +0200 Subject: [PATCH] Update readme.md --- usage.md => readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) rename usage.md => readme.md (86%) diff --git a/usage.md b/readme.md similarity index 86% rename from usage.md rename to readme.md index fd3f9f9..8f1012c 100644 --- a/usage.md +++ b/readme.md @@ -1,3 +1,15 @@ +# bbn + +A bare-bones note-taking app written in php. +No javascript. + +## Install + +* Upload the files on a php server. +* Edit settings.php.sample.php and rename it to settings.php. + +## Usage + | Home page | action with param | action with empty param | hotkey | |------------------------|--------------------------|-------------------------------|--------| | search (default action)| full text search | reload home | alt-s |