Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ blt-project Public archive

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Dec 7, 2016
1 parent d296bde commit b345a6e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This is a Composer-based installer for a Drupal 8 project utilizing [BLT](https:

To create a new Drupal 8 project with BLT included, follow instructions for [creating a new project](http://blt.readthedocs.io/en/stable/INSTALL/#creating-a-new-project-with-blt) in BLT.

## Branches

Tags of blt-project will build a new project using the latest stable tag from BLT. E.g.,

`composer create-project acquia/blt-project --no-interaction MY_PROJECT`

The 8.x branch of blt-project will build a new project using the 8.x branch of BLT. E.g.,

`composer create-project acquia/blt-project:8.x-dev --no-interaction MY_PROJECT`

## License

Copyright (C) 2016 Acquia, Inc.
Expand Down

0 comments on commit b345a6e

Please sign in to comment.