From 03f697155701c4411cd48da828ff9e41d53c61fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sun, 30 Jul 2023 22:56:32 +0200 Subject: [PATCH] Add missing command for custom build --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 166a167..c1fa100 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,12 @@ Individual icons can be located using the shapes search tool: Better library load times can be achieved customizing your build for a subset of icons. -1. Clone the repository and move inside it: +1. Clone the repository, move inside it and install dependencies: ```sh git clone ssh://github.com/mondeja/simple-icons-drawio cd simple-icons-drawio +npm install ``` 2. Redirect the output of the _./build.js_ script to a new XML file: