From 8e7961bfd3ee36b2f476ecf1927082c7bf914723 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Wed, 12 Jan 2022 02:31:11 +0100 Subject: [PATCH] tweak: README mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52bd558..b67a39e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ This utility 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/longnow.sh) to your path, for instance by moving it to the `/usr/bin` folder and giving it execute permissions (with `chmod 755 longnow.sh`) +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 (with `chmod 755 longnow`) ``` curl https://raw.githubusercontent.com/NunoSempere/longNowForMd/master/longnow > longnow @@ -55,7 +55,7 @@ function odtToMd(){ ## Use: odtToMd file.odt ``` -Then run this tool (`longnow.sh file.md`). Afterwards, convert the output file (`file.longnow.md`) back to html with +Then run this tool (`longnow file.md`). Afterwards, convert the output file (`file.longnow.md`) back to html with ``` function mdToHTML(){