File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ outputs). After submission to the API, the included dependencies appear in the
99repository's [ dependency
1010graph] ( 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
1420Some 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
5864This library uses the ` jest ` testing framework with tests co-located with
5965source files. To run the tests, you can use ` npm test ` to run tests.
6066Otherwise 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.
You can’t perform that action at this time.
0 commit comments