From 57d5b120dafe1e07cd5234b734b892d2cc473695 Mon Sep 17 00:00:00 2001 From: amacado Date: Thu, 18 Jun 2020 01:44:23 +0200 Subject: [PATCH] update readme to skip the no longer required step of merging with icon alias --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6c1f4691..c6e5d6dc 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,6 @@ The next step is to click on **Generate font** and download the resulting archiv contents and you will find a [fonts](./fonts) directory next to a `style.css`. Replace the content of the `fonts` folder, merge the `style.css` with [devicon.css](./devicon.css) and follow the next step to build the final stylesheet. -**Note** the merge is required, because some icons are defined as alias, this should be replaced -with a more elegant solution to support automated build processing. - ### Build and minify stylesheet Run the following command to build the resulting file `devicon.min.css` ```bash