You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,24 @@
5
5
6
6
A fork of Hansihe's [html5ever_elixir](https://github.com/hansihe/html5ever_elixir) that is more tightly coupled with [Meeseeks](https://github.com/mischov/meeseeks).
7
7
8
+
## Dependencies
9
+
10
+
Meeseeks_Html5ever depends on the Rust library [html5ever](https://github.com/servo/html5ever), and you will need to have the Rust compiler [installed](https://www.rust-lang.org/en-US/install.html).
11
+
8
12
## Installation
9
13
10
-
The package can be installed by adding `meeseeks_html5ever` to your list of dependencies in`mix.exs`:
14
+
Ensure Rust is installed, then add Meeseeks_Html5ever to your `mix.exs`:
0 commit comments