Skip to content

Commit ec9660d

Browse files
authored
Merge pull request #21 from xiaozhiliaoo/master
docs(README.md): improve README.md install step
2 parents 560bf5c + c6ac55e commit ec9660d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,21 @@ Requirements:
5454

5555
1. [graphviz](https://www.graphviz.org/) for dot file to images (such as svg, png)
5656

57-
## Usage
5857

59-
install
58+
59+
## Getting started
60+
61+
The easiest way to get coca is to use one of the pre-built release binaries which are available for OSX, Linux, Windows on the [release page](https://github.com/phodal/coca/releases).
62+
63+
You can also install yourself :
6064

6165
```bash
6266
go get -u github.com/phodal/coca
6367
```
6468

65-
1. Run `coca analysis`
66-
2. Run Command
69+
70+
71+
## Usage
6772

6873
### Analysis
6974

@@ -222,7 +227,7 @@ With Count
222227

223228
```
224229
coca api -r com.phodal.pholedge. -c
225-
```
230+
```
226231

227232
or multi package:
228233

@@ -486,7 +491,7 @@ results:
486491

487492
```
488493
coca tbs
489-
```
494+
```
490495

491496
results
492497

0 commit comments

Comments
 (0)