Skip to content

Commit

Permalink
change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scrpgil committed May 30, 2018
1 parent f2b80fe commit ad04ebb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ go get github.com/scrpgil/nem.sh
# 実行(Txハッシュから)
nem.sh run --hash b37685ca16474b6897550f51f008c11b1e24e93e51b5543d066d9266d4e35008
# run(引数の追加)
nem.sh run --hash 666ade37fe3f09882b72645d262a015d68bc1230dc1d0f742bb098bc6567d682 20
# 実行(登録したエイリアスから)
nem.sh run --alias hello
Expand Down Expand Up @@ -53,7 +56,7 @@ nem.sh set-alias --hash b37685ca16474b6897550f51f008c11b1e24e93e51b5543d066d9266

## コンフィグファイルについて

Configファイルのパスは「$HOME/.nem.sh.json」です。
Configファイルのパスは「$HOME/.nem.sh/config.json」です。

```
{
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ go get github.com/scrpgil/nem.sh
# run
nem.sh run --hash b37685ca16474b6897550f51f008c11b1e24e93e51b5543d066d9266d4e35008
# run(add argv)
nem.sh run --hash 666ade37fe3f09882b72645d262a015d68bc1230dc1d0f742bb098bc6567d682 20
# run(use alias)
nem.sh run --alias hello
Expand Down Expand Up @@ -54,13 +57,14 @@ nem.sh set-alias --hash b37685ca16474b6897550f51f008c11b1e24e93e51b5543d066d9266

## Edit Config

The path of the Config file is ($HOME/.nem.sh.json).
The path of the Config file is ($HOME/.nem.sh/config.json).

```
{
"address": "NCNUJTJ7HAYF6PV3ZPJIAYVJFTR4VT4FG4C4FRA5",
"alias": {
"hello": "b37685ca16474b6897550f51f008c11b1e24e93e51b5543d066d9266d4e35008"
"hello": "b37685ca16474b6897550f51f008c11b1e24e93e51b5543d066d9266d4e35008",
"qr": "666ade37fe3f09882b72645d262a015d68bc1230dc1d0f742bb098bc6567d682"
},
"node": "san.nem.ninja",
"port": "7890",
Expand Down

0 comments on commit ad04ebb

Please sign in to comment.