Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Add instructions for Fedora #623

Merged
merged 1 commit into from
Nov 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,16 @@ Once complete follow the [BLT on Windows installation instructions](readme/windo

If you are using a Linux machine, it is assumed that you will not be using Drupal VM and that you will be configuring your own LAMP stack. Disregard the `blt vm` command and `@[project.machine_name]` references in subsequent documentation.

#### Ubuntu / Debian

apt-get install git composer drush
composer global require "hirak/prestissimo:^0.3"

#### Fedora

dnf install git composer drush
composer global require "hirak/prestissimo:^0.3"

# Installing BLT

Choose your own adventure:
Expand Down