From 58e4d82e0b3a6797f1d2dcdcbc53444fb1ce46b0 Mon Sep 17 00:00:00 2001
From: Dan Wilhelm <dan@danwilhelm.com>
Date: Sun, 9 Jun 2019 22:55:05 -0700
Subject: [PATCH] Make install consistent with README

---
 default_out.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default_out.txt b/default_out.txt
index 6c437ea..b34659b 100644
--- a/default_out.txt
+++ b/default_out.txt
@@ -9,7 +9,7 @@ Let's make sure you're up to speed:
 - You have installed Rust language support for your editor
 - You have locally installed the `rustlings` command by running:
 
-cargo install --path .
+cargo install --force --path .
 
 If you've done all of this (or even most of it), congrats! You're ready
 to start working with Rust.