From c272d34491b6c278806d73eb4ed94f8299c24b9c Mon Sep 17 00:00:00 2001
From: Hamer Iboshi <hi15@inf.ufpr.br>
Date: Wed, 25 Sep 2019 10:20:48 -0300
Subject: [PATCH] Update README.md

---
 README.md | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1dc669e..4ad694c 100644
--- a/README.md
+++ b/README.md
@@ -77,4 +77,24 @@ available commands:
 
 ### Saving route
 
-### Compare routes
\ No newline at end of file
+The command save will save files of all routes in the list at settings file.
+```
+python manage.py save 
+```
+
+To save specific base route
+```
+python manage.py save --route enrollment 
+```
+
+### Compare routes
+
+The command compare will compare all requisitions of routes in the list at settings file with the saved files at route_result path.
+```
+python manage.py compare 
+```
+
+To compare specific base route with files of this specific route at route_result path.
+```
+python manage.py compare --route enrollment 
+```
\ No newline at end of file
-- 
GitLab