Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 31, 2024
1 parent 533437c commit 3881b5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Then, add a project reference to _Lombiq.NodeJs.Extensions/Lombiq.NodeJs.Extensi

> ℹ In case you've placed the submodule in a different location or your consuming project is nested deeper, adjust the paths as necessary.
Finally, ignore the files that `Lombiq.NodeJs.Extensions` will create in the project root in the repository's _.gitignore_ file:

```
# Node.js Extensions automatically created files
/pnpm-lock.yaml
/package.json
```

### As a NuGet package

When adding `Lombiq.NodeJs.Extensions` as a NuGet package, no further steps are necessary.
Expand Down

0 comments on commit 3881b5f

Please sign in to comment.