From 221b8531ed7d16f8356baf41aaaf97053156df5c Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 31 Jul 2021 21:01:47 +0200 Subject: [PATCH] fix: Fix slightly unclear explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de969b3..eb40a3c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This package takes a markdown file, and creates a new markdown file in which eac ## 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 -- copy its content (except the last line) into your .bashrc file, or +- copy its content (except the last line) into your .bashrc file. -This utility requires [archivenow](https://github.com/oduwsdl/archivenow) as a dependency, which itself requires a python installation. It can be installed with +In addition, this utility requires [archivenow](https://github.com/oduwsdl/archivenow) as a dependency, which itself requires a python installation. It can be installed with ``` $ pip install archivenow ## respectively, pip3