diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-12-17 13:31:59 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-12-17 13:32:02 -0500 |
| commit | cfb83befbdeb6765fbb71d461495aa8abd66c40f (patch) | |
| tree | 953debf3a713c77cede3794e581aabde9f0e814f /docs/dev | |
| parent | db7e706e8544b041a85616b312f8c8d12ddd4898 (diff) | |
Small doc fix
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/batch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md index 79404d4c..1448d34f 100644 --- a/docs/dev/batch.md +++ b/docs/dev/batch.md @@ -115,7 +115,7 @@ We can customize our analysis a lot more granularly than that though. In [`load` ### On-Disk License -If manually installing a named license on Commercial, Ultimate, or Headless, make sure that your license file is copied to the [appropriate location](https://docs.binary.ninja/guide/index.html#user-folder) (``~/.binaryninja/license.dat on Linux), or see the next section for an alternative. +If manually installing a named license on Commercial, Ultimate, or Headless, make sure that your license file is copied to the [appropriate location](https://docs.binary.ninja/guide/index.html#user-folder) (`~/.binaryninja/license.dat` on Linux), or see the next section for an alternative. If using a floating license, you can use the [example code](https://api.binary.ninja/binaryninja.enterprise-module.html#binaryninja.enterprise.LicenseCheckout) to check out a license on the fly. |
