Skip to content

Commit

Permalink
Update docs/src/language_servers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Предраг Николић <[email protected]>
  • Loading branch information
jwortmann and predragnikolic authored Nov 18, 2024
1 parent 3063b62 commit 1ef090c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The following steps describe a local installation on a Windows PC with compatibl
3. On macOS and Linux it might be necessary to change the access permissions of `lama-server` and `tabby` to be executable:

```sh
$ tabby_aarch64-apple-darwin chmod +x llama-server
$ tabby_aarch64-apple-darwin chmod +x tabby
$ chmod +x llama-server
$ chmod +x tabby
```

!!! note "On macOS you might get an error that “tabby” cannot be opened because it is from an unidentified developer."
Expand Down

0 comments on commit 1ef090c

Please sign in to comment.