Better doc

This commit is contained in:
Thomas Forgione 2023-02-17 06:52:38 +01:00
parent 98bfdbaa06
commit b60862666c
1 changed files with 8 additions and 0 deletions

View File

@ -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: