Skip to content

Commit

Permalink
docs(README): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gia. Bui Dai committed Feb 24, 2021
1 parent f48dbbe commit 74ee3d6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ The installation is easy. You can download the pre-built binaries for your platf
```sh
Download latest binary from https://github.com/projectpandora/depseeker/releases

▶ tar -xvf depseeker-linux-amd64.tar
▶ mv depseeker-linux-amd64 /usr/local/bin/depseeker
▶ tar -xvf depseeker_linux_amd64.tar.gz
▶ mv depseeker /usr/local/bin/depseeker
▶ depseeker -h
```

### From Source

depseeker requires **GO 1.14+** to install successfully. Run the following command to get the repo -
depseeker requires **go 1.14+** to install successfully. Run the following command to install:

```sh
▶ GO111MODULE=on go get -v github.com/projectpandora/depseeker/cmd/depseeker
Expand All @@ -48,7 +48,10 @@ depseeker requires **GO 1.14+** to install successfully. Run the following comma
### From Github

```sh
▶ git clone https://github.com/projectpandora/depseeker.git; cd depseeker/cmd/depseeker; go build; mv depseeker /usr/local/bin/; depseeker -version
▶ git clone https://github.com/projectpandora/depseeker.git
cd depseeker/cmd/depseeker; go build;
▶ mv depseeker /usr/local/bin/
▶ depseeker -version
```

# Usage
Expand Down

0 comments on commit 74ee3d6

Please sign in to comment.