We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99e1119 + 3acbbf8 commit a7789abCopy full SHA for a7789ab
1 file changed
README.md
@@ -24,13 +24,18 @@ This library contains:
24
* Bit Operation Library
25
* Converter for "UTF-8 to Unicode"
26
27
+## Installation
28
+
29
+Copy the files in this library to your `.vim` directory. Alternatively, if you
30
+use pathogen, copy this folder to your `.vim/bundle` directory.
31
32
## Requirements
33
-curl command : http://curl.haxx.se/
34
+You need the `curl` command, which can be downloaded from here: http://curl.haxx.se/
35
-or
36
+\*or\*
37
-wget command : https://www.gnu.org/software/wget/
38
+the `wget` command, available here: https://www.gnu.org/software/wget/
39
40
## Thanks
41
0 commit comments