aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-04-18 04:45:49 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-04-18 04:45:49 +0800
commit2920faf63cea9951d4c26aa37bf589c225ee6af0 (patch)
tree9a98ad821944eb7b0c88e230f4312661514eeacf /README.md
parent94984437dbfb19d8a39750a0331e09a380456c53 (diff)
downloadtangerine-wallet-browser-2920faf63cea9951d4c26aa37bf589c225ee6af0.tar.gz
tangerine-wallet-browser-2920faf63cea9951d4c26aa37bf589c225ee6af0.tar.zst
tangerine-wallet-browser-2920faf63cea9951d4c26aa37bf589c225ee6af0.zip
Add more detailed instructions on generating and deleting notices.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa79f4564..496b5423f 100644
--- a/README.md
+++ b/README.md
@@ -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.