OSDN Git Service

add store test (#1632)
[bytom/bytom.git] / README.md
index 90da80a..98107b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 Bytom
-====
+======
 
 [![Build Status](https://travis-ci.org/Bytom/bytom.svg)](https://travis-ci.org/Bytom/bytom) [![AGPL v3](https://img.shields.io/badge/license-AGPL%20v3-brightgreen.svg)](./LICENSE)
 
@@ -16,6 +16,11 @@ In the current state `bytom` is able to:
 - Manage key, account as well as asset
 - Send transactions, i.e., issue, spend and retire asset
 
+## Installing with Homebrew
+
+```
+brew tap bytom/bytom && brew install bytom
+```
 
 ## Building from source
 
@@ -103,6 +108,7 @@ available flags for `bytomd node`:
       --wallet.disable              Disable wallet
       --wallet.rescan               Rescan wallet
       --web.closed                  Lanch web browser or not
+      --simd.enable                 Enable the _simd_ feature to speed up the _PoW_ verification (e.g., during mining and block verification)
 ```
 
 Given the `bytomd` node is running, the general workflow is as follows: