summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 980eb8f9..b9c59471 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -18,9 +18,12 @@ Binary Ninja stores information in two primary locations. The first is the binar
Binaries are installed in the following locations by default:
- macOS: `/Applications/Binary Ninja.app`
+- Linux: Wherever you extract it! (No standard location)
- Windows (global install): `C:\Program Files\Vector35\BinaryNinja`
- Windows (user install): `%LOCALAPPDATA%\Vector35\BinaryNinja`
-- Linux: Wherever you extract it! (No standard location)
+
+???+ Warning "Tip"
+ If you want a silent install on windows, because we use the [NSIS](https://nsis.sourceforge.io/Docs/) installer, simply use: `BinaryNinjaInstaller.exe /S`
???+ Danger "Warning"
Do not put any user content in the install-path of Binary Ninja. The auto-update process of Binary Ninja WILL remove any files included in these locations.