Browse Source

readme list linebreaks

main
clemtre 8 months ago
parent
commit
d76d9ba093
  1. 5
      README.md

5
README.md

@ -50,6 +50,7 @@ the last one because of its "hide" tag.
# Get started # Get started
1. First step 1. First step
Clone this repository, make signet.sh executable and run signet.sh by 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 specifying a file of bookmarks to process and redirect its output to an
html file. html file.
@ -60,11 +61,13 @@ chmod +x signet.sh
./signet.sh BOOKMARKS > index.html ./signet.sh BOOKMARKS > index.html
``` ```
2. A sample database of bookmarks 2. A sample database of bookmarks
You can try signet.sh with this 32kb example BOOKMARKS database : You can try signet.sh with this 32kb example BOOKMARKS database :
``` ```
curl -O https://martinlemaire.fr/signet.sh/BOOKMARKS curl -O https://martinlemaire.fr/signet.sh/BOOKMARKS
``` ```
3. Junicode typeface 3. Junicode typeface
You might be in search of a condensed font in order to fit more 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 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 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 4. jquery
Signet.sh webpage requires jquery, you can curl the 72Kb slim, minified Signet.sh webpage requires jquery, you can curl the 72Kb slim, minified
version over : version over :
``` ```
curl -O https://code.jquery.com/jquery-3.7.1.slim.min.js curl -O https://code.jquery.com/jquery-3.7.1.slim.min.js
``` ```
5. dmenu 5. dmenu
https://askubuntu.com/questions/828450/how-to-install-dmenu https://askubuntu.com/questions/828450/how-to-install-dmenu
# Presentation # Presentation

Loading…
Cancel
Save