summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--HACKING.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/HACKING.md b/HACKING.md
index 79f59b3f..2d26d725 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -34,13 +34,15 @@ Starting Points
 ---------------
 
 Good places to read about ranger internals are:
-ranger/core/actions.py
-ranger/container/fsobject.py
+
+* ranger/core/actions.py
+* ranger/container/fsobject.py
 
 About the UI:
-ranger/gui/widgets/browsercolumn.py
-ranger/gui/widgets/browserview.py
-ranger/gui/ui.py
+
+* ranger/gui/widgets/browsercolumn.py
+* ranger/gui/widgets/browserview.py
+* ranger/gui/ui.py
 
 
 Common Changes