longnow-for-markdown

Take a markdown file and feed links to the internet archive
Log | Files | Refs | README

commit f66f4e43a08a86515c5472837f5027bf4e984fce
parent 506b1b2b4514f319bd6c013195ee0244730de9de
Author: NunoSempere <nuno.sempere@gmail.com>
Date:   Sun,  1 Aug 2021 11:00:42 +0200

chore: fixed bad link

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ This package takes a markdown file, and creates a new markdown file in which each link is accompanied by an archive.org link, in the format [...](original link) ([a](archive.org link)). ## How to install -- Add [this file](https://github.com/NunoSempere/longNowForMd/blob/master/longnowformd.sh) to your path, for instance by moving it to the `/usr/bin` folder and giving it execute permissions, or +- Add [this file](https://github.com/NunoSempere/longNowForMd/blob/master/longnow) to your path, for instance by moving it to the `/usr/bin` folder and giving it execute permissions, or - copy its content (except the last line) into your .bashrc file. In addition, this utility requires [archivenow](https://github.com/oduwsdl/archivenow) as a dependency, which itself requires a python installation. archivenow can be installed with