Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydenLiang committed Jun 9, 2022
1 parent cad89d4 commit e417c19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ A Node.js project format checking and linting tool for CI practices.

Use github link:

Go to the releases page:

Find the latest release, and copy the *url* of the tgz file (e.g.: ftnt-devops-ci-*.tgz)

```bash
npm install --save-dev https://github.com/fortinet/ftnt-devops-ci/releases/download/1.1.2/ftnt-devops-ci-1.1.2.tgz
npm install --save-dev <the url of the tgz>
```

Install globally:

```bash
sudo npm install -g https://github.com/fortinet/ftnt-devops-ci/releases/download/1.1.2/ftnt-devops-ci-1.1.2.tgz
sudo npm install -g <the url of the tgz>
```

## Usage
Expand Down

0 comments on commit e417c19

Please sign in to comment.