Skip to content

Commit

Permalink
Merge pull request #102 from TNG/update-readme-after-npm-publish
Browse files Browse the repository at this point in the history
chore: update readme installation instructions
  • Loading branch information
alexzurbonsen authored Jan 22, 2025
2 parents 08af0f9 + 7d33254 commit 7d8254a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,12 @@ For further info on the plugins, see their README files.

## Installation

The plugin is not yet published to npm. You can install it by cloning this repository
For usage with the Impact Framework cli install globally with

```bash
git clone https://github.com/TNG/if-webpage-plugins.git
```sh
npm install -g @tngtech/if-webpage-plugins
```

and running

```bash
npm install
npm link
```

in the root directory. (If husky fails with a permission error, executing `chmod +x ./node_modules/husky/lib/bin.js`, also from the root directory, will probably help.)

## Example Usage (manifest file)

Also see `example-manifests` directory.
Expand Down

0 comments on commit 7d8254a

Please sign in to comment.