Author: Kevin Schoon [me@kevinschoon.com]
Hash: 487ee2cd2917547cdffe22b6f76d28f38eee79d4
Timestamp: Sun, 05 May 2024 06:59:44 +0000 (2 weeks ago)

+2 -5 +/-1 browse
remove mention of tree-sitter-amalgamation
remove mention of tree-sitter-amalgamation

tree-sitter-amalgamation is no longer needed because distribution packaging
of tree-sitter parsers has improved.
1diff --git a/README.md b/README.md
2index 810ac35..2672d8b 100644
3--- a/README.md
4+++ b/README.md
5 @@ -78,16 +78,13 @@ See the installation section in the [documentation](https://ayllu-forge.org/docs
6 ## Compiling From Source
7
8 Ayllu is written in [rust](https://www.rust-lang.org/) and you'll need its
9- compiler to build the project. Additionally you also must have
10+ compiler to build the project. Additionally you also must have the following
11+ installed on your system:
12
13 - [git](https://git-scm.com)
14 - [sqlx-cli](https://github.com/launchbadge/sqlx/tree/main/sqlx-cli)
15 - [libgit2](https://libgit2.org/)
16
17- Installed on your system.
18-
19- For syntax highlighting to work you must have [tree-sitter-amalagamation](https://ayllu-forge.org/projects/tree-sitter-amalgamation)
20- installed on your system as well.
21
22 You can run the [check_build_dependencies.sh](https://ayllu-forge.org/projects/ayllu/blob/scripts/check_build_dependencies.sh)
23 script to verify you have all the necessary software on your system.