Better doc
This commit is contained in:
parent
98bfdbaa06
commit
b60862666c
|
@ -8,6 +8,14 @@ _Helps locating elements in simple HTML pages_
|
||||||
npm install --global git+https://gitea.tforgione.fr/tforgione/locator.git
|
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
|
## Usage
|
||||||
|
|
||||||
If you installed globally:
|
If you installed globally:
|
||||||
|
|
Loading…
Reference in New Issue