瀏覽代碼

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