summaryrefslogtreecommitdiff
path: root/docs/getting-started.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-08-26 14:19:51 -0400
committerJordan Wiens <jordan@psifertex.com>2019-08-26 14:19:51 -0400
commitefe3f433a3cdb936c426d94cfb054c4de576e2b2 (patch)
treea6e49823c4a4b65dec6927ff28f7773a19fdb998 /docs/getting-started.md
parent049c5515a58b51e9f3e2250e1ede35bb1c8506d5 (diff)
update user documentation to include user-only install path
Diffstat (limited to 'docs/getting-started.md')
-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"