Skip to content

Commit c9a4be6

Browse files
authored
Update README.md (#3)
1 parent b1ed620 commit c9a4be6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,3 @@ This repository contains utilities for smart contracts development
55
1. Shared workflows to use in every Smart-contract repos
66
1. Prettier configuration
77
1. Eslint configuration
8-
9-
## Dev enviroment setup
10-
1. Generate an NPM registry token with `read:packages` permission [here](https://github.com/settings/tokens).
11-
1. Add token to your global `.npmrc` file for github npm registry [file reference](https://docs.npmjs.com/cli/v11/configuring-npm/npmrc):
12-
```
13-
//npm.pkg.github.com/:_authToken=ghp_************
14-
```
15-
Linux/MacOS: `~/.npmrc`
16-
17-
Windows: `%USERPROFILE%\.npmrc`

0 commit comments

Comments
 (0)