Skip to content

Commit a27d2ce

Browse files
committed
doc: Update the status of Apple Silicon support
1 parent d149a3f commit a27d2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/emacs-tree-sitter.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ The author of Tree-sitter articulated its merits a lot better in this [Strange L
3838

3939
{{% notice note %}}
4040
Upon byte compilation and first load, the package ~tree-sitter~ (~tsc~) will try to obtain the dynamic module using 2 mechanisms:
41-
- Downloading a pre-compiled binary from GitHub. This only works for macOS/Linux/Windows, on x86_64 machines.
41+
- Downloading a pre-compiled binary from GitHub. This only works for macOS/Linux/Windows on x86_64 machines, and macOS on Apple Silicon.
4242
- Compiling the binary from the Rust source. This requires the [[https://rustup.rs/][Rust toolchain]].
4343

44-
This behavior can be customized by setting the variable ~tsc-dyn-get-from~, *before tree-sitter (tsc) is byte-compiled/loaded*. Its default value is ~(:github :compilation)~. For example, on Apple Silicon, you should set it to ~(:compilation)~.
44+
This behavior can be customized by setting the variable ~tsc-dyn-get-from~, *before tree-sitter (tsc) is byte-compiled/loaded*. Its default value is ~(:github :compilation)~. For example, you should set it to ~(:compilation)~ if you don't want to download binaries from GitHub.
4545
{{% /notice %}}
4646

4747
** Installing from MELPA

0 commit comments

Comments
 (0)