From 16e7bd26e705a57338b64fe24d508dfb5775679b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 26 Jun 2019 21:49:37 -0600 Subject: [PATCH] docs: Reformat README --- README.md | 17 +++-------------- docs/install.md | 8 ++++++++ 2 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 docs/install.md diff --git a/README.md b/README.md index ac4b8bc..5477c4b 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,11 @@ ![License](https://img.shields.io/crates/l/defenestrate.svg) [![Crates Status](https://img.shields.io/crates/v/defenestrate.svg)](https://crates.io/crates/defenestrate) +## [Install](docs/install.md) + ## [About](docs/about.md) -## Install - -For now, `rust` is required for install: - -```bash -cargo install defenestrate -``` +## [Contribute](CONTRIBUTING.md) ## License @@ -27,12 +23,5 @@ Licensed under either of at your option. -### Contribution - -Unless you explicitly state otherwise, any contribution intentionally -submitted for inclusion in the work by you, as defined in the Apache-2.0 -license, shall be dual licensed as above, without any additional terms or -conditions. - [Crates.io]: https://crates.io/crates/defenestrate [Documentation]: https://docs.rs/defenestrate diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 0000000..a5a0cc5 --- /dev/null +++ b/docs/install.md @@ -0,0 +1,8 @@ +# Install + +For now, `rust` is required for install: + +```bash +cargo install defenestrate +``` +