From f2314a59b0caa1d8b3d6ff145dbe56a155d9961d Mon Sep 17 00:00:00 2001
From: Eli Blaney <eliblaney@gmail.com>
Date: Fri, 10 Jul 2020 21:20:00 -0500
Subject: [PATCH] docs: Add uninstall info to README.md

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index f1fc764..5b28071 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,15 @@ rustlings hint myExercise1
 
 After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once. These quizzes are found in `exercises/quizN.rs`.
 
+## Continuing On
+
+Once you've completed Rustlings, put your new knowledge to good use! Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
+
+If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
+
+    cargo uninstall rustlings
+	rm -r rustlings/ # or on Windows: rmdir /s rustlings
+
 ## Completion
 
 Rustlings isn't done; there are a couple of sections that are very experimental and don't have proper documentation. These include: