Skip to content

Commit 1c487cd

Browse files
How to update in README.md (#1767)
1 parent 079ccc1 commit 1c487cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ docker run --rm -u "$(id -u):$(id -g)" -v $(pwd):/work getsentry/sentry-cli --he
122122

123123
This is required due to security issue in older `git` implementations. See [here](https://github.blog/2022-04-12-git-security-vulnerability-announced/) for more details.
124124

125+
## Update
126+
127+
To update sentry-cli to the latest version run:
128+
129+
```sh
130+
sentry-cli update
131+
```
132+
125133
## Compiling
126134

127135
In case you want to compile this yourself, you need to install at minimum the

0 commit comments

Comments
 (0)