# Installation

### Installing with npm

Execute the following command to install `@ngrx-ducks/core` with [npm](https://npmjs.com).

```
npm install @ngrx-ducks/core
```

### Installing with yarn

Execute the following command to install `@ngrx-ducks/core` with [yarn](https://yarnpkg.com).

```
yarn add @ngrx-ducks/core
```
