OSDN Git Service

try to fix ban peer bug (#273)
[bytom/vapor.git] / README.md
index 50644f8..7879982 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,11 +35,10 @@ Firstly, you need initialize node:
 $ vapord init --chain_id=vapor --home <vapor-data-path>
 ```
 
-For example, you can store vapor data in `$HOME/bytom/vapor`:
-
-```
-$ vapord init --chain_id=vapor --home $HOME/bytom/vapor
-```
+The default vapor data path (on the host) is:
++ Mac: `~/Library/Application Support/Vapor`
++ Linux: `~/.vapor`
++ Windows: `%APPDATA%\Vapor`
 
 Then, start your node: