From 529e2f4aab8d77717ce40efa5951f657247ad696 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 8 Jan 2024 16:35:15 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fbbe644b..7453ad4b 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ To **compile CSS** run the following commands using **node 16**: * ``nvm use`` * ``npm install`` -* ``gulp icons sass bundle`` (or if gulp is not found by the shell ``npx gulp icons sass bundle``) +* ``npx gulp icons sass bundle`` For further options have a look at the ``gulpfile.js``.