summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-21 14:39:31 +0200
committerGitHub <noreply@github.com>2017-09-21 14:39:31 +0200
commit40794feb16fd77f7de195237a0ad1f018216a1e3 (patch)
treeaffee0e0f3fe15b3bd123d04e17b4e3704c34b77
parentd4d10fa27efaf6c8e81a99b7be28c9371ee7732d (diff)
Mention support for non-*nix platforms
Given recent issues, some people seem to run Kconfiglib on Windows.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 353907b..7c9dfa5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ and read and write <i>.config</i> files. Highly compatible with the
<i>scripts/kconfig/\*conf</i> utilities in the kernel, usually invoked via make
targets such as <i>menuconfig</i> and <i>defconfig</i>.
-Supports both Python 2 and Python 3 without modification.
+Supports both Python 2 and Python 3 without modification, and should also run
+on non-\*nix platforms
## Installation ##