Skip to content

Commit 7ae0413

Browse files
MkrummzMaggie Krummel
and
Maggie Krummel
authored
added dependency for libxml2 (#108)
Co-authored-by: Maggie Krummel <[email protected]>
1 parent 335bad4 commit 7ae0413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Contributions are welcome! Feel free to submit pull requests and issues related
3434

3535
## 🚀 Getting started
3636

37-
1. Install [Emacs](https://www.gnu.org/software/emacs/)
37+
1. Install [Emacs](https://www.gnu.org/software/emacs/), ensuring the version of Emacs you are running is compiled with [libxml2](https://www.gnu.org/software/emacs/manual/html_node/elisp/Parsing-HTML_002fXML.html). You can check this by using the `(libxml-available-p)` function within Emacs Lisp. This function returns t (true) if libxml2 is available in your current Emacs session.
3838

3939
2. Install a text-completion frontend of your choice. (We recommend [company-mode](https://company-mode.github.io/) or [corfu](https://github.com/minad/corfu)).
4040

0 commit comments

Comments
 (0)