Преглед на файлове

README.md: update doc with a note on OS support

Mention that we support all of Linux/MacOS/Windows, but that the JIT
does not work on Windows (see issue #21 about that).
Quentin Monnet преди 6 години
родител
ревизия
d5bf1ae715
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -35,6 +35,9 @@ a disassembler.
 It is based on Rich Lane's [uBPF software](https://github.com/iovisor/ubpf/),
 which does nearly the same, but is written in C.
 
+The crate is supposed to compile and run on Linux, MacOS X, and Windows,
+although the JIT-compiler does not work with Windows at this time.
+
 ## Link to the crate
 
 This crate is available from [crates.io](https://crates.io/crates/rbpf), so it