Skip to content

Commit

Permalink
README: add dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Sep 13, 2023
1 parent 86b5504 commit 06e2c69
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

TODO: Fill this README out!


### dev tricks
```bash
meta-aws-ci/demos-pipeline$ npm link ../../aws4embeddedlinux-ci/
```
If you asked to get sudo permissions you need to setup a user npm folder - Ubuntu needs this before:

```bash
cat ~/.npmrc
prefix=/home/XXX/.npm-packages
```

Be sure to:

* Change the title in this README
Expand Down

0 comments on commit 06e2c69

Please sign in to comment.