commit 8e7961bfd3ee36b2f476ecf1927082c7bf914723
parent 1417d5879fd24aaaa535ad17845a183303217864
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Wed, 12 Jan 2022 02:31:11 +0100
tweak: README mistake
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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(){