summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfosdick.io <67963637+fosdickio@users.noreply.github.com>2025-01-07 14:38:51 -0500
committerfosdick.io <67963637+fosdickio@users.noreply.github.com>2025-01-07 14:38:51 -0500
commit4e321006598404093544cae8e58b452b21323e09 (patch)
treec0f681c3735422512394ce2d5124cc3ca23b52db
parent7a6b85bbff43d1770bd7cce6fbfaf2475e98c7d4 (diff)
Verbiage change in Getting Started doc.
-rw-r--r--docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 6b5b30ba..6e0c8601 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -10,7 +10,7 @@ The download links you receive after purchasing expire after 72 hours but as lon
### Linux
-Because Linux install locations can vary widely, we do not assume that Binary Ninja has been installed in any particular folder on Linux. Instead, first unzip the installation zip wherever you wish to install Binary Ninja. Next, for paid versions, run `./binaryninja/scripts/linux-setup.sh`. This sets up file associations, icons, and adds Binary Ninja's Python library to your Python path. Adding the library to your path is most helpful for headless functionality in the commercial editions, but even on the Non-Commercial edition it can help your IDE find the api sources to make plugin development easier. Run the script with `-h` to see customization options.
+Because Linux install locations can vary widely, we do not assume that Binary Ninja has been installed in any particular folder on Linux. Instead, first unzip the installation zip wherever you wish to install Binary Ninja. Next, for paid versions, run `./binaryninja/scripts/linux-setup.sh`. This sets up file associations, icons, and adds Binary Ninja's Python library to your Python path. Adding the library to your path is most helpful for headless functionality in the Commercial and Ultimate editions, but even on the Non-Commercial edition it can help your IDE find the api sources to make plugin development easier. Run the script with `-h` to see customization options.
### macOS