mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:17:58 +08:00
Update README.md
Added quick start guide for accessing svgs from terminal.
This commit is contained in:
parent
c6660504a4
commit
8b5a725ace
16
README.md
16
README.md
@ -105,6 +105,22 @@ or to support a different logo for light and dark themes:
|
|||||||
|
|
||||||
And create a pull request with your logo 🚀.
|
And create a pull request with your logo 🚀.
|
||||||
|
|
||||||
|
## 🖥️ Terminal
|
||||||
|
SVG files can also be accessed directly from the terminal using `svgls` CLI.
|
||||||
|
|
||||||
|
#### Quick start
|
||||||
|
If you are using yarn or npm, run this command:
|
||||||
|
```base
|
||||||
|
npx svgls add
|
||||||
|
```
|
||||||
|
Or if you are using pnpm, run this command:
|
||||||
|
```base
|
||||||
|
pnpm dlx svgls add
|
||||||
|
```
|
||||||
|
|
||||||
|
For more details on installing and using svgls CLI, check out the GitHub repository:
|
||||||
|
https://github.com/sujjeee/svgls
|
||||||
|
|
||||||
## ✌️ Contributing
|
## ✌️ Contributing
|
||||||
|
|
||||||
<a href="https://github.com/pheralb/svgl/graphs/contributors">
|
<a href="https://github.com/pheralb/svgl/graphs/contributors">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user