aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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