Skip to content

Commit a5e4300

Browse files
committed
📝 add installation instruction to README.md
1 parent 8e4f146 commit a5e4300

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ This library is a powerful tool designed to enhance the performance of ECDSA sig
99

1010
## Installation
1111

12-
WIP
12+
To install the `secp256r1-computation package`, you can use the following command in your terminal:
13+
14+
```sh
15+
npm install @0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation
16+
```
17+
18+
This will install the latest version of the package. Once the installation is complete, you can import the package into your project and start using it to generate precomputed points for the secp256r1 elliptic curve.
19+
20+
> ℹ️ Note that this package is not published on the npm registry. It is only available on GitHub Packages. This means that you need to be authenticated to GitHub Packages to install it. For more information, please refer to the [GitHub documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package). We would be happy to deploy it on the npm registry if there is a need for it. Feel free to open an issue if you would like to see this package on the npm registry.
21+
22+
Here's the [page of the package on GitHub Packages](https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation/pkgs/npm/secp256r1-computation)
1323

1424
## Contributing
1525

0 commit comments

Comments
 (0)