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.
2020-06-02 13:57:24 +00:00
## Download
{: .h3 }
### From GitHub
2019-07-15 13:32:00 +00:00
2020-05-31 11:11:55 +00:00
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
2020-06-02 13:57:24 +00:00
### Command Line
#### Via NPM
2019-07-15 13:32:00 +00:00
```bash
2019-11-01 09:28:20 +00:00
npm install admin-lte@^3.0 --save
2019-07-15 13:32:00 +00:00
```
2020-06-02 13:57:24 +00:00
#### Via Yarn
2019-07-17 21:05:57 +00:00
```bash
2019-11-01 09:28:20 +00:00
yarn add admin-lte@^3.0
2019-07-17 21:05:57 +00:00
```
2020-06-02 13:57:24 +00:00
#### Via Composer
2019-07-15 13:32:00 +00:00
```bash
composer require "almasaeed2010/adminlte=~3.0"
```
2020-06-02 13:57:24 +00:00
#### Via Git
2019-07-15 13:32:00 +00:00
```bash
git clone https://github.com/ColorlibHQ/AdminLTE.git
```