Skip to content

Commit

Permalink
README.md: fix dev setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Nov 21, 2023
1 parent 7fafcd7 commit 7d5c26f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ You can use [`npm link`](https://docs.npmjs.com/cli/v10/commands/npm-link) to de

### In this library repo:
```bash
$ npm link
$ cd your-project
npm install
npm link
```

### In your-project folder:
```bash
$ npm link aws4embeddedlinux-ci
npm install
npm link ../aws4embeddedlinux-ci
```

This will link through the system `node_modules` install. When using a system node install on Linux, this can require sudo access. To avoid this, use a [node version manager](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-version-manager-to-install-nodejs-and-npm) or [set a node prefix](https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally).
Expand Down

0 comments on commit 7d5c26f

Please sign in to comment.