mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
Replaces npm with yarn in CONTRIBUTING
This commit is contained in:
parent
20519b0061
commit
fb8525e65a
1 changed files with 2 additions and 2 deletions
|
|
@ -41,6 +41,6 @@ Please, refer to [`Rules`](https://github.com/wooorm/remark-lint/blob/master/doc
|
|||
To run tests locally you will need to:
|
||||
|
||||
```shell
|
||||
$ npm install
|
||||
$ npm test
|
||||
$ yarn install
|
||||
$ yarn test
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue