summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 786c7741..a59a03e5 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -11,7 +11,8 @@ Binary Ninja uses two main locations. The first is the install path of the binar
Binaries are installed in the following locations by default:
- OS X: `/Applications/Binary Ninja.app`
-- Windows: `C:\Program Files\Vector35\BinaryNinja`
+- Windows (global install): `C:\Program Files\Vector35\BinaryNinja`
+- Windows (user install): `%LOCALAPPDATA%\Vector35\BinaryNinja`
- Linux: Wherever you extract it! (No standard location)
!!! Warning "Warning"