diff options
author | Dan Finlay <flyswatter@users.noreply.github.com> | 2017-04-25 02:25:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 02:25:11 +0800 |
commit | 8d4203765279b85f0ca6c2c593dc7aad76b16776 (patch) | |
tree | c4e5db112d2c38f6a2fc80b4bc1ce89a56060c67 /README.md | |
parent | 46677427b4fba94ba727137716d2424ae4af72d6 (diff) | |
parent | 2920faf63cea9951d4c26aa37bf589c225ee6af0 (diff) | |
download | tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.tar tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.tar.gz tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.tar.bz2 tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.tar.lz tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.tar.xz tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.tar.zst tangerine-wallet-browser-8d4203765279b85f0ca6c2c593dc7aad76b16776.zip |
Merge pull request #1331 from MetaMask/i1323-kovanNoticeRemoval
Kovan notice removal
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |