aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-07-31 15:55:53 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-07-31 15:55:53 -0700
commit36b69850cc6cafa60230ca92eabb9ad93adf7e81 (patch)
tree4042276de4bc8cfc3902691b33f589693cff3e0c /README.md
parentd8a26dab3eb8c4c1c5f9d81bf2987e211ba7f80e (diff)
downloadrails-36b69850cc6cafa60230ca92eabb9ad93adf7e81.tar.gz
rails-36b69850cc6cafa60230ca92eabb9ad93adf7e81.tar.bz2
rails-36b69850cc6cafa60230ca92eabb9ad93adf7e81.zip
Update instructions to get the local version of actiontext
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
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