Skip to content

Commit

Permalink
misc: Add note about MSVC requirement (#1333)
Browse files Browse the repository at this point in the history
Fixes #1319
  • Loading branch information
kamilogorek committed Sep 21, 2022
1 parent 57da755 commit f793209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ To do that, you can use the exact same method, with an additional version specif

This will automatically download the correct version of `sentry-cli` for your operating system and install it. If necessary, it will prompt for your admin password for `sudo`. For a different installation location or for systems without `sudo` (like Windows), you can `export INSTALL_DIR=/custom/installation/path` before running this command.

If you are using `sentry-cli` on Windows environments, [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) is required.

To verify it’s installed correctly you can bring up the help:

sentry-cli --help
Expand Down

0 comments on commit f793209

Please sign in to comment.