Browse code

Fix INSTALL.md formatting issues

Prabhakar Gupta authored on 2020/03/30 21:43:09
Showing 1 changed files
... ...
@@ -22,15 +22,16 @@ S3cmd is distributed in two formats:
22 22
 
23 23
 Installation of Brew package
24 24
 ---------------------------
25
-
26
-	brew install s3cmd
25
+```
26
+brew install s3cmd
27
+```
27 28
 
28 29
 Installation of RPM package
29 30
 ---------------------------
30 31
 As user "root" run:
31
-   
32
-	rpm -ivh s3cmd-X.Y.Z.noarch.rpm
33
-
32
+```
33
+rpm -ivh s3cmd-X.Y.Z.noarch.rpm
34
+```
34 35
 where X.Y.Z is the most recent s3cmd release version.
35 36
 
36 37
 You may be informed about missing dependencies
... ...
@@ -41,11 +42,14 @@ Installation from PyPA (Python Package Authority)
41 41
 ---------------------
42 42
 S3cmd can be installed from the PyPA using PIP (the recommended tool for PyPA).
43 43
 
44
-1) Confirm you have PIP installed. PIP home page is here: https://pypi.python.org/pypi/pip 
45
-   Example install on a RHEL yum based machine
46
-	sudo yum install python-pip
44
+1) Confirm you have PIP installed. PIP home page is here: https://pypi.python.org/pypi/pip. Example install on a RHEL yum based machine
45
+```
46
+sudo yum install python-pip
47
+```
47 48
 2) Install with pip
48
-	sudo pip install s3cmd
49
+```
50
+sudo pip install s3cmd
51
+```
49 52
 
50 53
 Installation from zip file 
51 54
 --------------------------
... ...
@@ -65,23 +69,23 @@ There are three options to run s3cmd from source tarball:
65 65
 
66 66
 3) The cleanest and most recommended approach is to unzip the 
67 67
    package and then just run:
68
-
69
-	python setup.py install
68
+   
69
+   `python setup.py install`
70 70
 
71 71
    You will however need Python "distutils" module for this to 
72 72
    work. It is often part of the core python package (e.g. in 
73 73
    OpenSuse Python 2.5 package) or it can be installed using your
74 74
    package manager, e.g. in Debian use 
75
-
76
-	apt-get install python-setuptools
75
+   
76
+   `apt-get install python-setuptools`
77 77
 
78 78
    Again, consult your distribution documentation on how to 
79 79
    find out the actual package name and how to install it then.
80 80
 
81 81
    Note that on Linux, if you are not "root" already, you may 
82 82
    need to run:
83
-       
84
-        sudo python setup.py install
83
+   
84
+   `sudo python setup.py install`
85 85
 
86 86
    instead.
87 87
 
... ...
@@ -103,9 +107,8 @@ Where to get help
103 103
 -----------------
104 104
 If in doubt, or if something doesn't work as expected, 
105 105
 get back to us via mailing list:
106
+```
107
+s3tools-general@lists.sourceforge.net
108
+```
106 109
 
107
-	s3tools-general@lists.sourceforge.net
108
-
109
-or visit the S3cmd / S3tools homepage at: 
110
-
111
-        http://s3tools.org
110
+or visit the S3cmd / S3tools homepage at: [http://s3tools.org](http://s3tools.org)