Skip to content

Commit a9470b2

Browse files
authored
Merge pull request #21 from github/hmaurer-patch-1
Update README.md
2 parents 2c98e7a + 5c9df09 commit a9470b2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ outputs). After submission to the API, the included dependencies appear in the
99
repository's [dependency
1010
graph](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph).
1111

12+
## Installation
13+
14+
```
15+
npm install @github/dependency-submission-toolkit
16+
```
17+
1218
## Usage
1319

1420
Some useful commands to navigate using the library:
@@ -58,10 +64,3 @@ also included in a workflow in this repository and run for each commit to the
5864
This library uses the `jest` testing framework with tests co-located with
5965
source files. To run the tests, you can use `npm test` to run tests.
6066
Otherwise you can use `jest` directly.
61-
62-
## Installation
63-
64-
The `dependency-submission-toolkit` library is hosted on GitHub's npm
65-
registry. Follow [the
66-
documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package)
67-
to install the package in your project.

0 commit comments

Comments
 (0)