mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
16 lines
534 B
Markdown
16 lines
534 B
Markdown
## Generating Notices
|
|
|
|
To add a notice:
|
|
```
|
|
npm run generateNotice
|
|
```
|
|
Enter the body of your notice into the text editor that pops up, without including the body. Be sure to save the file before closing the window!
|
|
Afterwards, enter the title of the notice in the command line and press enter. Afterwards, add and commit the new changes made.
|
|
|
|
To delete a notice:
|
|
```
|
|
npm run deleteNotice
|
|
```
|
|
A list of active notices will pop up. Enter the corresponding id in the command line prompt and add and commit the new changes afterwards.
|
|
|