--- 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 {: .h3 } ### From GitHub Visit the releases section on GitHub and download the [latest release](https://github.com/ColorlibHQ/AdminLTE/releases). ### Command Line #### Via NPM ```bash npm install admin-lte@^3.0 --save ``` #### Via Yarn ```bash yarn add admin-lte@^3.0 ``` #### Via Composer ```bash composer require "almasaeed2010/adminlte=~3.0" ``` #### Via Git ```bash git clone https://github.com/ColorlibHQ/AdminLTE.git ```