X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=README.md;h=7879982f8920f8f0ac5f7dcfd1f4be3c7b8b43e6;hp=4eb632298a81b0d0b69cf00d19350c68577714d1;hb=a4d2fccbb6638bee6a8afa2af4df6e3989b91609;hpb=080e9b32d37da2fa6e1ae61b866f1479abd2a56d diff --git a/README.md b/README.md index 4eb63229..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: @@ -68,8 +67,6 @@ vapor data directory has three config files: - `federation.json` - `node_key.txt` -Then you can use vapord and bytomcli following [Bytom Wiki](https://github.com/Bytom/bytom/wiki/Command-Line-Options). - Use `exit` to exit Docker's iterative mode. ### Daemon mode @@ -95,7 +92,7 @@ $ docker ps To execute a command inside a containner, for example: ``` -$ docker exec -it bytomcli create-access-token +$ docker exec -it vaporcli create-access-token ``` To stop a running containner: