summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6504df..a5a9be9 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,9 @@ personally tested getwtxt on Linux, specifically:
 Build dependencies are minimal, and only include:
 * `gnu make`
 * `go >= 1.11`
+* `git`
 
-`git` is not required if you download the sources via the 
-[`Releases`](https://github.com/getwtxt/getwtxt/releases) tab
-
-Now, on with the directions. First, fetch the sources using `git`
+First, fetch the sources using `git`
 and jump into the directory. Then, check out the latest tag.
 
 ```
0'>90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175