aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-02-03 07:02:32 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-02-03 07:02:32 +0800
commitafb60b9061109d06fa678c730a3b0716d5718777 (patch)
tree66a8d43cbf8a7853b60089d70622c6e07175db9a /README.md
parent3afa3592feef33070a997e53cf3a8b358c5ff703 (diff)
downloadtangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.tar
tangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.tar.gz
tangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.tar.bz2
tangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.tar.lz
tangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.tar.xz
tangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.tar.zst
tangerine-wallet-browser-afb60b9061109d06fa678c730a3b0716d5718777.zip
modification of notices.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a7277f3f..aa79f4564 100644
--- a/README.md
+++ b/README.md
@@ -153,3 +153,14 @@ gource \
--output-framerate 30 \
| ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K metamask-dev-history.mp4
```
+
+## Generating Notices
+
+To add a notice:
+```
+npm run generateNotice
+```
+To delete a notice:
+```
+npm run deleteNotice
+```