OSDN Git Service

Merge pull request #1 from iczc/patch-1
[bytom/homebrew-bytom.git] / README.md
1 Homebrew-bytom
2 ===============
3
4 ## Installation
5
6 ```
7 brew tap bytom/bytom && brew install bytom
8 ```
9
10 ## Running
11
12 ```
13 bytomd -h
14 ```
15
16 or:
17
18 ```
19 bytomcli -h
20 ```
21
22 ## Get binary sha256
23
24 ```
25 openssl sha256 <filename>
26 ```
27
28 ## Documentation
29
30 See the documentation for more instructions:
31
32 - [Command Line Options](https://github.com/Bytom/bytom/wiki/Command-Line-Options)
33 - [API Reference](https://github.com/Bytom/bytom/wiki/API-Reference)
34 - <https://bytom.github.io/index.cn.html>
35
36 ## Report
37
38 Reporting issues with any of these brews should be done at [repository](https://github.com/Bytom/bytom/issues).