Skip to content

Commit

Permalink
Update command to make gctools global
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAdamDavis committed Jan 8, 2025
1 parent 705167b commit 54f9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Command line utilities for working with Ghost content.

1. `git clone` this repo & `cd` into it as usual
2. Run `yarn` to install top-level dependencies.
3. To make `gctools` accessible globally, run `yarn global add`
3. To make `gctools` accessible globally, run `npm link`
- You need to run this after making changes to the codebase to update the global version
- If developing the code, `yarn dev ...` is a more suitable command

Expand Down

0 comments on commit 54f9dd8

Please sign in to comment.