From b1f0c59085287ae4d49a35ec3826a0d0f6df7f68 Mon Sep 17 00:00:00 2001 From: langyu Date: Thu, 27 Jun 2019 16:09:26 +0800 Subject: [PATCH] Update README.md Add default data path --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50644f82..7879982f 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,10 @@ Firstly, you need initialize node: $ vapord init --chain_id=vapor --home ``` -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: -- 2.11.0