summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-08 18:12:57 +0100
committerGitHub <noreply@github.com>2018-01-08 18:12:57 +0100
commitcc2415eb092c7611104e3f3773d0b5921c91a976 (patch)
treefceeb1cb95c1c8a517efcc5ca38ca16e3efa7e2f
parent8d30e5bb1ad5cab16d1226cc5cd3a03d64664f5d (diff)
Mention Windows support
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 86a0047..7b0dda4 100644
--- a/README.rst
+++ b/README.rst
@@ -100,6 +100,10 @@ Here are some other features:
Kconfiglib also works well with the
`multiprocessing <https://docs.python.org/3/library/multiprocessing.html>`_
module. No global state is kept.
+
+- **Windows support**
+
+ Nothing Linux-specific is used.
- **Internals that (mostly) mirror the C implementation**