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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,15 @@ processBuffer(wvl);
185
185
186
186
## Installation
187
187
188
-
Installation is possible with Rust v1.42.0 and later.
188
+
### Binaries
189
+
190
+
Binaries are available in [Releases](https://github.com/forbesmyester/wv-linewise/releases) for Windows, MacOS (I have no Mac to test) and Ubuntu x86 (which will run on at least some other x86 Linux).
191
+
192
+
They should be big self contained binaries that run without dependencies.
193
+
194
+
### Compilation
195
+
196
+
Installation is possible and easy with Rust v1.42.0 and later.
189
197
190
198
[RustUp](https://rustup.rs/) is how I installed Rust.
0 commit comments