1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Removing unneeded build sections from README.md (#12414)

This commit is contained in:
ryanml 2021-10-20 06:17:54 -07:00 committed by GitHub
parent 7bb44fafd4
commit acf52f9be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,19 +75,6 @@ Whenever you change dependencies (adding, removing, or updating, either in `pack
[![Architecture Diagram](./docs/architecture.png)][1]
## Development
```bash
yarn
yarn start
```
## Build for Publishing
```bash
yarn dist
```
## Other Docs
- [How to add custom build to Chrome](./docs/add-to-chrome.md)