netsensei / pressto

A Capistrano based, Composer backed boilerplate project for easy WordPress deployments
GNU General Public License v2.0
43 stars 6 forks source link

Add Gemfile #5

Closed netsensei closed 4 years ago

netsensei commented 4 years ago

Add a Gemfile that installs the necessary dependencies.

i.e.

# frozen_string_literal: true

source "https://rubygems.org"

gem 'capistrano'
gem 'capistrano-composer'

Update the README with additional installation instructions

netsensei commented 4 years ago

Done.