From 21d326be7a2ff02a15193ef568843788bae7e196 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 16 Apr 2019 17:30:36 -0600 Subject: [PATCH] docs: Update install instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a066c7d..d09f6bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # defenestrate -> **Source Code Spelling Correction** +> **Throw spelling errors out the window** [![Travis Status](https://travis-ci.org/crate-ci/defenestrate.svg?branch=master)](https://travis-ci.org/crate-ci/defenestrate) [![Appveyor Status](https://ci.appveyor.com/api/projects/status/ngaynop65qg5sqpq/branch/master?svg=true)](https://ci.appveyor.com/project/epage/defenestrate/branch/master) @@ -10,11 +10,10 @@ ## Install -Add to your `Cargo.toml`: +For now, `rust` is required for install: ```toml -[dependencies] -defenestrate = "0.3" +cargo install defenestrate ``` ## License