2019-07-15 13:32:00 +00:00
---
layout: page
title: Introduction
---
AdminLTE can be installed using multiple methods. Pick your favorite method from the list below. Please be sure to check the dependencies section before continuing.
#### Download
2020-05-31 11:11:55 +00:00
###### __From GitHub__
Visit the releases section on GitHub and download the [latest release ](https://github.com/ColorlibHQ/AdminLTE/releases ).
2019-07-15 13:32:00 +00:00
#### Command Line
###### __Via NPM__
```bash
2019-11-01 09:28:20 +00:00
npm install admin-lte@^3.0 --save
2019-07-15 13:32:00 +00:00
```
2019-07-17 21:05:57 +00:00
###### __Via Yarn__
```bash
2019-11-01 09:28:20 +00:00
yarn add admin-lte@^3.0
2019-07-17 21:05:57 +00:00
```
2019-07-15 13:32:00 +00:00
###### __Via Composer__
```bash
composer require "almasaeed2010/adminlte=~3.0"
```
###### __Via Git__
```bash
git clone https://github.com/ColorlibHQ/AdminLTE.git
```