From b60862666c9931e47bb429071766e3f388f0e895 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 17 Feb 2023 06:52:38 +0100 Subject: [PATCH] Better doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index efb3836..7719a73 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ _Helps locating elements in simple HTML pages_ npm install --global git+https://gitea.tforgione.fr/tforgione/locator.git ``` +If you don't want to install, just clone the repo and prepare the dependencies: + +```sh +git clone https://gitea.tforgione.fr/tforgione/locator +cd locator +npm install +``` + ## Usage If you installed globally: