summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-09-20 21:54:22 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2019-09-20 22:11:24 +0200
commitf188fd5a713022723121669496d7c66eef10c531 (patch)
treeba43407c48d63ac97160d67aedb8268e0f17708c
parentf048cf8978f21279a0db97fccffd9bca467e07fe (diff)
Move Windows section up
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3d1d986..f0f2aef 100644
--- a/README.md
+++ b/README.md
@@ -117,16 +117,6 @@ If you have Rust 1.29 or higher, you can install `diskus` from source via `cargo
cargo install diskus
```
-## License
-
-Licensed under either of
-
- * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
-
-at your option.
-
-
## Windows caveats
Since even the Windows-internal tools such as (but not limited to)
@@ -139,3 +129,13 @@ at your option.
any such entries multiple times. too. See
https://github.com/sharkdp/diskus/issues/32#issuecomment-532817905 for
an example of this behaviour.
+
+
+## License
+
+Licensed under either of
+
+ * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
+ * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
+
+at your option.