Skip to content

Commit

Permalink
Merge pull request #336 from btbf:mithril-client-fix
Browse files Browse the repository at this point in the history
mithril-client-rename
  • Loading branch information
btbf authored Nov 29, 2023
2 parents 7b9b44e + ea095a4 commit 5aea36c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/operation/mithril-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,20 @@ git clone https://github.com/input-output-hk/mithril.git
```
cd mithril
git fetch --all --prune
git checkout tags/2337.0
git checkout tags/2347.0
```

ビルド
```
cd mithril-client
cd mithril-client-cli
make build
```

バージョン確認
```
./mithril-client -V
```
> mithril-client 0.4.2
> mithril-client 0.5.5
システムフォルダへコピー
```
Expand All @@ -89,7 +89,7 @@ sudo mv mithril-client /usr/local/bin/mithril-client
```
mithril-client -V
```
> mithril-client 0.4.2
> mithril-client 0.5.5
## 3.DBブートストラップ

Expand Down

0 comments on commit 5aea36c

Please sign in to comment.