diff --git a/README.md b/README.md
index 1dc669e14209512ad69b83135f8a7456ac926775..4ad694cea24b52371693c699f31416e6fbfa8e7a 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