Update readme.

This commit is contained in:
Pablo Hdez 2023-03-17 15:31:49 +00:00
parent 148bccc5ce
commit 12c7a380fa

View File

@ -59,13 +59,13 @@ git clone git@github.com:pheralb/svgl.git
# with npm:
npm install
# or with pnpm:
# with pnpm:
pnpm install
# or with ultra:
# with ultra:
ultra install
# or with yarn:
# with yarn:
yarn install
```