Add more detailed instructions on generating and deleting notices.

This commit is contained in:
Kevin Serrano 2017-04-17 13:45:49 -07:00
parent 94984437db
commit 2920faf63c
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
1 changed files with 4 additions and 0 deletions

View File

@ -160,7 +160,11 @@ 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.