Skip to content

Commit

Permalink
chore(README): add update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jul 5, 2021
1 parent 078e60f commit 1fe6884
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ GITGUARDIAN_API_KEY=<GitGuardian API Key>

1. [Introduction](#introduction)
1. [Installation](#installation)
1. [Updating](#updating)
1. [Configuration](#configuration)
1. [Environment Variables](#environment-variables)
2. [On-premises](#on-premises-configuration)
Expand Down Expand Up @@ -94,6 +95,15 @@ Add the API Key to your environment variables:
GITGUARDIAN_API_KEY=<GitGuardian API Key>
```

# Updating

To update ggshield you can add the option `-U/--upgrade` to the pip install
command.

```shell
$ pip install -U ggshield
```

# Commands

```shell
Expand Down

0 comments on commit 1fe6884

Please sign in to comment.