From 8b5a725acea8b9a03a443e001c2f768639bcf576 Mon Sep 17 00:00:00 2001 From: Suraj ! <101963203+sujjeee@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:28:05 +0530 Subject: [PATCH] Update README.md Added quick start guide for accessing svgs from terminal. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7f333cd..9dbdd5c 100644 --- a/README.md +++ b/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 🚀. +## 🖥️ 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