From 16ea6d68f9dd7049ddcb8277fa9975440dc280f4 Mon Sep 17 00:00:00 2001
From: Martin Taibr <taibr.martin@gmail.com>
Date: Sat, 30 Nov 2019 22:08:05 +0000
Subject: [PATCH] Update Repository_Access

---
 Repository_Access.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Repository_Access.md b/Repository_Access.md
index 84c5760..3c41e52 100644
--- a/Repository_Access.md
+++ b/Repository_Access.md
@@ -68,7 +68,7 @@ Now the game can be compiled and run with the following commands:
 
 **Note:** if you encounter en error similar to darkplaces#111, try `./all clean && ./all compile -r -0`.
 
-You can use just `./all compile -d` to create a slower unoptimized (debug) build with debug symbols but usually you want `-r` (which is also the new default if you have recent enough git).
+You can use `./all compile -d` to create a slower unoptimized build with debug symbols but usually you want `-r` (which is also the new default).
 
 The `./all run` or `./all compile` line can be followed by `dedicated` to build or run the executable for server hosting. E.g. `./all compile -r dedicated`.
 
-- 
2.39.5