summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAshvika Maddikonda <ashvika@vector35.com>2026-05-12 17:15:20 -0400
committerJordan <github@psifertex.com>2026-05-13 14:32:33 +0200
commit176d848c539a235aed4224abe2c650d40e24ff17 (patch)
treec36eb948def6006aa2c21f0b16ef1b4be52a85c7 /docs
parent958a5e62d0c743eb051bd76b69280f9b9aa4da2c (diff)
changed "api" to "API" (capitalization)
Diffstat (limited to 'docs')
-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 6e0c8601..77fcc774 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 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.
+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