From 36b69850cc6cafa60230ca92eabb9ad93adf7e81 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 31 Jul 2018 15:55:53 -0700 Subject: Update instructions to get the local version of actiontext --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca6a395e8e..c066323e1f 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,10 @@ Assumes a Rails 5.2+ application with Active Storage and Webpacker installed. gem "image_processing", "~> 1.2" # for Active Storage variants ``` -1. Install the npm package: +1. Install the npm package (with a local reference to this checked out repository): - ```js - // package.json - "dependencies": { - "actiontext": "basecamp/actiontext" - } - ``` - ```sh - $ yarn install + $ yarn add file:../actiontext ``` ```js -- cgit v1.2.3