Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwerther authored Nov 15, 2024
1 parent 587abff commit 5ce866b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,22 +167,14 @@ Include the icon as an SVG into your project:

---

Step 1: Obtain the `infineon-icons` Package** **Option 1: Install via NPM**
Step 1: Obtain the `infineon-icons` Package**
If you have Node.js and NPM installed, you can install the package using the following command:


```bash
npm install infineon-icons --save
npm install @infineon/infineon-icons --save
```
This will download the package into your project's `node_modules` directory.**Option 2: Download Manually**
If you prefer not to use NPM, you can manually download the package:

1. Visit the [NPM package page for infineon-icons](https://www.npmjs.com/package/infineon-icons) .

2. Download the package archive or clone the repository if available.

3. Extract the files to a directory in your project.

This will download the package into your project's `node_modules` directory.

---

Expand Down

0 comments on commit 5ce866b

Please sign in to comment.