From d76d9ba093c2a2307ca86e8f756e8895d0707ae8 Mon Sep 17 00:00:00 2001 From: clemtre Date: Mon, 15 Jan 2024 17:28:10 +0100 Subject: [PATCH] readme list linebreaks --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f018422..ed92b78 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ the last one because of its "hide" tag. # Get started 1. First step + Clone this repository, make signet.sh executable and run signet.sh by specifying a file of bookmarks to process and redirect its output to an html file. @@ -60,11 +61,13 @@ chmod +x signet.sh ./signet.sh BOOKMARKS > index.html ``` 2. A sample database of bookmarks + You can try signet.sh with this 32kb example BOOKMARKS database : ``` curl -O https://martinlemaire.fr/signet.sh/BOOKMARKS ``` 3. Junicode typeface + You might be in search of a condensed font in order to fit more characters per line, if that's the case I can recommend the condensed light version of **Junicode**, an OFL typeface drawn by Peter Baker. You @@ -77,12 +80,14 @@ curl -O https://martinlemaire.fr/fonts/Junicode-CondensedLight.otf ``` 4. jquery + Signet.sh webpage requires jquery, you can curl the 72Kb slim, minified version over : ``` curl -O https://code.jquery.com/jquery-3.7.1.slim.min.js ``` 5. dmenu + https://askubuntu.com/questions/828450/how-to-install-dmenu # Presentation