OSDN Git Service

Update README.md
authorlangyu <langyu@8btc.com>
Thu, 27 Jun 2019 08:09:26 +0000 (16:09 +0800)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 08:09:26 +0000 (16:09 +0800)
Add default data path

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: