From 609de988fa1259e7442c59741b9470c91fb5f17d Mon Sep 17 00:00:00 2001 From: Lorne Davies Date: Fri, 30 Nov 2018 20:23:30 +1300 Subject: [PATCH 1/2] added info regarding newer fork --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bdbb318..0bb2447 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ Require in `Capfile` to use the default task: require 'capistrano/nginx' ``` +If you are using the newer maintained fork, your `Capfile` will also need need: + +```ruby +install install_plugin Capistrano::Nginx +``` + You will get the following tasks ```ruby From 0f7635f057dc107bb2b2449e4eab41f100d73b4b Mon Sep 17 00:00:00 2001 From: Lorne Davies Date: Fri, 30 Nov 2018 20:27:40 +1300 Subject: [PATCH 2/2] fix type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bb2447..bc89135 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ Require in `Capfile` to use the default task: require 'capistrano/nginx' ``` -If you are using the newer maintained fork, your `Capfile` will also need need: +If you are using the newer maintained fork (see above), your `Capfile` will also need need: ```ruby -install install_plugin Capistrano::Nginx +install_plugin Capistrano::Nginx ``` You will get the following tasks